htaccess password protection folder and no pass in subfolder
Posted: Sun Apr 23, 2006 7:49 am
I protect /rootfolder/
with
AuthName "Admin Center"
AuthType Basic
AuthUserFile /home2/winameri/.htpasswd
AuthGroupFile /dev/null
require valid-user
and dont want to protect /rootfolder/subfolders/
how can I do that?
with
AuthName "Admin Center"
AuthType Basic
AuthUserFile /home2/winameri/.htpasswd
AuthGroupFile /dev/null
require valid-user
and dont want to protect /rootfolder/subfolders/
how can I do that?