Htaccess password question

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

stonedeft,

NOT possible.

Regards,

DK

Thanks DK , Ill have to resort back to php sessions then

Cheers!