-----Original Message-----
>From: Peter Schober <peter.scho...@univie.ac.at>
>Sent: Feb 18, 2009 12:30 PM
>To: users@httpd.apache.org
>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: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to