Jake Garfield wrote:
[...]
I have this in the document root .htaccess:
Order Deny,Allow
Deny from All
AuthType Basic
AuthName "Access"
AuthUserFile /blah/blah
Require user blah
Satisfy any
and this in the directory of that file
Allow from all
Satisfy any
Is there any particul
-Original Message-
>From: Peter Schober
>Sent: Feb 18, 2009 12:30 PM
>To: users@httpd.apache.org
>Subject: Re: [us...@httpd] turn off basic authentication for one file
>
>
> Allow from all
> Satisfy any
>
>
>should do, even if this is within a p
* André Warnier [2009-02-18 18:18]:
> I don't think it is a dumb question, because authentication tends to be
> "sticky", and there are no directives like
> AuthType None
> or
> Require None
> or
> Satisfy nothing
But
Allow from all
Satisfy any
should do, even if this is within a prote
Jake Garfield wrote:
Please forgive me if this is a dumb question, but is there a way to turn off
basic authentication for ONE file? I suppose there is some type of .htaccess
syntax for that. How would I do that?
I don't think it is a dumb question, because authentication tends to be
"sticky
Please forgive me if this is a dumb question, but is there a way to turn off
basic authentication for ONE file? I suppose there is some type of .htaccess
syntax for that. How would I do that?
thanks,
-jg
-
The official U