Baldurs
02-24-2008, 07:59 PM
Hi people, I an making a password protection to my admin folder /home/site/admin with the following code.
AuthUserFile /home/site/admin/.htpasswd
AuthType Basic
AuthName "Site Admin"
require valid-user
BUT i want to disable password protection for the images folder inside the admin folder /home/site/admin/images since the images in that folder are used by other public pages Is there a way to do it? thx...
AuthUserFile /home/site/admin/.htpasswd
AuthType Basic
AuthName "Site Admin"
require valid-user
BUT i want to disable password protection for the images folder inside the admin folder /home/site/admin/images since the images in that folder are used by other public pages Is there a way to do it? thx...