![]() |
apache: location in location
I have two locations, one "inside" the other:
/outerlocation /outerlocation/innerlocation How do I have to set configurations for them? Code:
<Location /outerlocation>Code:
<Location /outerlocation> |
All options for an outer directory affect an inner directory unless otherwise specified. In other words, if you require basic authentication for /outer, then /outer/inner needs it too.
Your second example is the correct one, I believe. |
I C.
|
| All times are GMT -5. The time now is 02:11 AM. |