Topic: htaccess help
Guess this board has many Linux appache users, so I will post my problem. Running Redhat 9 with appache. Need to password protect a whole site, so I make the .htaccess file, as such:
AuthName "yadayada"
AuthType Basic
AuthUserFile /var/www/html/.htpasswd
Require valid-user
Made a user name and encrypted pword in .htpasswd. Now, when I try accessing the site, it lets me in with out a username and password prompt. Even checked from a different connection on another computer, still the same. I also changed the AllowOverride from None to All in the http.conf.
This is starting to get annoying. Any and all help is appriciated.
Also posted on dev shed: http://forums.devshed.com/showthread.ph … post490445