Forum Moderators: phranque
Is there some code I can put in the .htaccess that will still keep all the files and directories in the protected directory safe, but allow access to the one specific directory that the .swf on the Root needs?
Thanks
That is a standard URL for password protected dirs/files, I have not tested that with and SWF files so good luck with that part.
Just ignore what I was saying about the .swf on the _root. etc.. That really doesnt matter. The heart of my question has to do with making a speciifed subDirectory of a password protected _parent directory NON protected.
Below is my generic directory structure. As noted the "protectedDirectory" is pwrd protected.
And as you know, subsequently all the directories below it are protected as well. I need to keep this logic intact but UN-password protect "subDirectory2". I have read that I could just put another .htaccess file in "subDirectory2" to override its pwrd protection. I do not know how to do this i.e. syntax etc..
_root> protectedDirectory> subDirectory1> subDirectory2
Thanks a lot.
Allow from all
Satisfy any
Jim