Page 1 of 1

htaccess password protection folder and no pass in subfolder

Posted: Sun Apr 23, 2006 7:49 am
by eugene2006
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?

Posted: Sun Apr 23, 2006 8:34 am
by m0u53m4t
So how do you access the root folder???

Posted: Sun Apr 23, 2006 8:55 am
by timvw
Have you tried to override the directives allready by placing an emtpy .htaccess in the subfolder?

http://httpd.apache.org/docs/1.3/howto/htaccess.html