-----Original Message----- >From: Peter Schober <peter.schober@xxxxxxxxxxxx> >Sent: Feb 18, 2009 12:30 PM >To: users@xxxxxxxxxxxxxxxx >Subject: Re: 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-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx