LiteSpeed Support Forums

LiteSpeed Support Forums (http://www.litespeedtech.com/support/forum/index.php)
-   General (http://www.litespeedtech.com/support/forum/forumdisplay.php?f=25)
-   -   .htaccess Deny From All Not working (http://www.litespeedtech.com/support/forum/showthread.php?t=2877)

everyone00 04-17-2009 09:16 AM

.htaccess Deny From All Not working
 
I have the follwoing in an .htaccess file:

order allow,deny
deny from all
allow from all

However, I am able to access that directory anyway. How can I fix this?

mistwang 04-17-2009 10:40 AM

You can try change it to
Order deny, allow

mistwang 04-17-2009 10:41 AM

should not use both
Deny from all
allow from all

only use one.


All times are GMT -7. The time now is 06:57 AM.