ACJavascript
01-15-2004, 11:46 PM
Hello Everyone!
Not sure if this is the right place to post if not please move me.
Okay I have a problem with htaccess.
I place the below in a file called - .htaccess
--------
AuthUserFile .htpasswd
AuthGroupFile /dev/null
AuthName "Cigarette Lounge"
AuthType Basic
<Limit GET POST>
require valid-user
</Limit>
---------
IT WORKS - BUT
It pertects the whole site!
I placed the htaccess file in a single folder. The thing is I have done this hundreds of times and this has worked. But for some reason it is trying to password protect the whole site ALL FOLDERS.
It does not make any sense. Can someone please help me.
Any suggestions are welcome.
Not sure if this is the right place to post if not please move me.
Okay I have a problem with htaccess.
I place the below in a file called - .htaccess
--------
AuthUserFile .htpasswd
AuthGroupFile /dev/null
AuthName "Cigarette Lounge"
AuthType Basic
<Limit GET POST>
require valid-user
</Limit>
---------
IT WORKS - BUT
It pertects the whole site!
I placed the htaccess file in a single folder. The thing is I have done this hundreds of times and this has worked. But for some reason it is trying to password protect the whole site ALL FOLDERS.
It does not make any sense. Can someone please help me.
Any suggestions are welcome.