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?
htaccess password protection folder and no pass in subfolder
Moderator: General Moderators
-
eugene2006
- Forum Newbie
- Posts: 19
- Joined: Fri Oct 28, 2005 6:09 pm
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
http://httpd.apache.org/docs/1.3/howto/htaccess.html