On 9/11/05, Justin Madex <jus_83@xxxxxxxxxxx> wrote: > Hi, > > Im having an issue applying authentication. > > I want to apply basic authentication to a directory, but prevent that > authentication being applied to all the sub-directories. > > ie) ...../research <- authentication > ...../research/blah <- no auhentication > > Any hints/suggestions? <Directory ..../research/blah> Satsify Any </Directory> which has the potential to remove host-based access restrictions, so be careful with it. The alternative is simply to Alias /blah off to some unprotected part of the filesystem. Joshua. --------------------------------------------------------------------- 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