I have a somewhat urgent htaccess problem. I have the following htaccess file set at the beginning of my ftp directory:
<BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><HR><pre><font size=1 face=courier>Order allow,denyAllow from allAuthPAM_Enabled offAuthUserFile /home/sites/home/.htpasswdAuthGroupFile /dev/nullAuthName <font color = red>"Site Access"</font>AuthType Basic<Limit GET>Require valid-user</Limit></font>[/code]
It works fine. What I want now is to allow unlimited access to a directory under this htaccess file. How do I "turn off" security for a directory?