Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Remove Password Protection on Subfolder

Status
Not open for further replies.

pebbert

Technical User
Joined
May 24, 2007
Messages
1
Location
US
I have the root and it's subfolders password protected.

I have one subfolder that I want public with no password protection.

What do I need to put in the .htaccess file to not inherit the password requirements?

Thanks,
 
You can create a directory container for it and have AllowOverride None in the directives. By default most directive apply to the directory the container is defining and all its sub-directories unless it is redifined. That is what you are doing when you create the new directory container.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top