You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Hajo Locke <ha...@gmx.de> on 2013/04/05 15:10:47 UTC

[users@httpd] Re: filesmatch suspends AccessFileName?

Hello,

>>I have the following in the httpd.conf:

>><FilesMatch "^\.ht">
>>    Order allow,deny
>>    Deny from all
>>    Satisfy All
><</FilesMatch>

>>Don't you have something similar?

i have this:

<Files ~ "^\.ht">
    Order allow,deny
    Deny from all
</Files>

but this is overwritten by the .htaccess of costumer.
i thought .htaccess is always protected by AccessFileName Directive, this 
was my fallacy because AccessFileName has other meaning as Paul mentioned.

So thanks at all, case solved,
Hajo 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org