Synopsis: Clarity on <Location> usage State-Changed-From-To: open-feedback State-Changed-By: pcs State-Changed-When: Thu May 15 14:55:09 PDT 1997 State-Changed-Why: <Location> can contain exactly the same directives as <Directory>. However your example looks like you are trying to match against a directory. <Location> does not match against directories - it matches against (the start of) the requested URL. This is documented - the syntax for <Location> is
<Location URL> The docs probably could be clearer though. However does this explain the situation ok for now?
