Thread: htaccess help
View Single Post
Old 11-19-2005, 04:52 PM   PM User | #9
hyperbole
Regular Coder

 
Join Date: Sep 2005
Location: Madison, Indiana, USA
Posts: 166
Thanks: 0
Thanked 0 Times in 0 Posts
hyperbole is an unknown quantity at this point
Try the following:
Code:
<Limit GET POST>
order allow,deny
allow from all
</Limit>
I wanted to use a 'deny from none' statement, but as far as I know it doesn't exist. In fact putting it into htaccess can cause an undesirable delay as Apache tries to resolve the address of the URI 'none'.

The above code should allow your lower level folders access by anyone.



.
hyperbole is offline   Reply With Quote