Community Support Forums — WordPress® ( Users Helping Users ) — 2010-10-22T22:06:28-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=1031 2010-10-22T22:06:28-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1031&p=4082#p4082 <![CDATA[Re: HTAccess File For Downlaods]]> Hi Eric. Thanks for reporting this important issue.

Please try changing your .htaccess file to this:
Code:
order allow,deny
deny from all

If you still have trouble, check your Apache server configuration
to make sure you have these lines in your httpd.conf file for Apache.
Code:
AllowOverride All
AccessFileName .htaccess

Also, please be sure ONE of the following Apache modules are enabled in your server configuration.

mod_access ( for Apache 1.3 - 2.0 )
https://httpd.apache.org/docs/2.0/de/mo ... ccess.html

mod_authz_host ( for Apache 2.1+ )
http://httpd.apache.org/docs/2.2/mod/mo ... _host.html


If you're on a Windows server running IIS instead of Apache, none of this will help. Windows servers running IIS will need to install a web.config file to replace the .htaccess file normally intended for Linux/Unix based operating systems. See: http://learn.iis.net/page.aspx/557/tran ... webconfig/

Statistics: Posted by Jason Caldwell — October 22nd, 2010, 10:06 pm


]]>
2010-10-17T17:24:04-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1031&p=3969#p3969 <![CDATA[HTAccess File For Downlaods]]> Statistics: Posted by erichamby — October 17th, 2010, 5:24 pm


]]>