Hi guys
When you set up http auth in Apache obviously that also means that all subdirectories are also password protected.
Is there a way to turn it off for a particular subdirectory using htaccess?
But with the parent and other subdirectories of the parent, still using http auth?
Obviously leaving out the...
AuthUserFile
AuthName
AuthType
Require
directives in the child directory htaccess file has no effect as you have to specifically turn it off.
I've tried changing the values of the above directives to None, and leaving them blank and still no luck.
Any ideas?
Thanks
Ben
[SOLVED] Apache http auth - turn off for a subdirectory
Moderator: General Moderators
[SOLVED] Apache http auth - turn off for a subdirectory
Last edited by batfastad on Thu Jul 13, 2006 6:34 am, edited 1 time in total.
Code: Select all
Allow from all
Satisfy Any