-----Original Message-----
>From: Peter Schober <[email protected]>
>Sent: Feb 18, 2009 12:30 PM
>To: [email protected]
>Subject: Re: [us...@httpd] turn off basic authentication for one file
>
><Files somefile>
> Allow from all
> Satisfy any
></Files>
>
>should do, even if this is within a protected Directory, Location, etc.
>
>cheers,
>-peter
Thanks. Strangely enough this doesn't work.
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
<Files blah.php>
Allow from all
Satisfy any
</Files>
But when I go to that file, it still asks me for a password.
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [email protected]
" from the digest: [email protected]
For additional commands, e-mail: [email protected]