On Sun, Jan 24, 2010 at 12:15 PM, Paulo Martinez
<[email protected]> wrote:
>  <Files ~ "^\.ht">
>    Order allow,deny
>    Deny from all
>  </Files>
>    <Location /rsrcdav>
>         Order deny,allow
>         Allow from all
> http://example.com/rsrcdav/.htaccess
>
> i get the content of the file.


Location* is applied after Files*:
http://httpd.apache.org/docs/2.2/sections.html#mergin

-- 
Eric Covener
[email protected]

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