Hallo list!

I've been searching the archive but it seems there isn't yet a solution to this:

  I would like to have a whole site to be accessed only by user/passwd:

<Location />
  AuthXXX [..]
</Location>

  Only one directory should be accessible without authentication:
<Location /public>
  Order Allow,Deny
  Allow from All
</Location>

This does not work. I'm getting asked for user/passwd whenever I try to access http://domain.com/public

Has anybody resolved this issue (with regexp, whatever, ...) and could please post the configuration?

TIA,
  Ralph


---------------------------------------------------------------------
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]

Reply via email to