proggybilly
Programmer
I have a site where the main page is protected by an .htaccess file so that I can allow only certain people to access the main site. It is a list of wedding guests and I do not want just anyone to change it. However, I installed phpBB in a subdirectory and when I go to the forum it asks for the username/password to the main site, as obviously it should. I would like it to not do that. When I go to the forum I do not want the .htaccess to affect.
Code:
AuthType Basic
AuthName "Password Required"
AuthUserFile /etc/htpasswd/htpasswd
Require valid-user