Forum Moderators: phranque
I've put an .htaccess file inside a folder I want to password protect. I enter the correct password, but it doesn't let me in.
The .htaccess file:
AuthType Basic
AuthName "Webmaster"
AuthUserFile /var/www/.htpasswd
AuthGroupFile /var/www/.htgroup
Require group webmaster The .htgroup file contains (something like) this:
webmaster: webmaster fred And the .htpasswd file something like this:
webmaster:6SSsD08QXLlk6
fred:tEGbFW7G.DyG6 The .htpasswd and .htgroup files were automatically generated by the site administration tool I used to initially create users and groups.
Any suggestions for why this might be and what I could try?
Thanks,
Prem.