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-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to