| Article: |
Apache Web-Serving with Mac OS X, Part 4 | |
| Subject: | Unprotecting a subdirectory | |
| Date: | 2002-06-20 05:47:16 | |
| From: | dannes@mac.com | |
| I want to have accesscontrol on the root of my site but one subdirectory must have full accessability without autentication, I serve video from that directory to another server and can therefor not have any accesscontrol. How do I do that? | ||
Showing messages 1 through 1 of 1.
-
Unprotecting a subdirectory
2003-04-14 09:41:01 anonymous2 [View]



Allow from all
Satisfy any
See http://httpd.apache.org/docs/mod/core.html#satisfy for more information.
Bye for now,
Ward Vandewege.