Joshua Slive-2 wrote:
>
> Try here:
> http://wiki.apache.org/httpd/BypassAuthenticationOrAuthorizationRequirements
>
> Joshua.
That did it it! Thanks Joshua.
JFYI here's what I put in my .htaccess in order to bypass authentication:
Allow from all
Satisfy any
-Josh
--
View this message
Hi All,
I have a site that uses basic authentication (set in a .htaccess file in the
root of the site).
There is one folder for which I would like to disable basic authentication
(it will be available to the public).
Is there a way to disable basic authentication in only that one directory?
I