Forum Moderators: phranque
I set AllowOverride to All. I have a .htpasswd file in /var/www/passwd that I creaded with htpasswd. My .htaccess file is in the dir I want protected and it looks like this:
AuthUserFile /var/www/passwd/.htpasswd
AuthGroupFIle /dev/null
AuthName "Restricted Area"
AuthType Basic
<Limit GET POST>
require valid-user
<Limit>
It keeps asking me for the username and password and won't let me in. Any Ideas?
Thanks, I am new to Apache.
-Russell