Hello forums.
I have this to password protect the public_html directory
AuthName “Restricted Area”
AuthType Basic
AuthUserFile /home/mySite/.htpasswds/.htpasswd
AuthGroupFile /dev/null
require valid-user
in public_html I have a folder named “forums” where a vbulletin forum is installed and I want this folder to be excluded from the htaccess password protection so visitors and users can still post in it.
In short how do I htaccess password protect everything inside public_html except the folder “forums”?
Thanks