Bloquer l'acces au fichier conf.php (mozilla-mcd)

This commit is contained in:
Daniel Berteaud 2012-07-23 15:37:08 +02:00
parent 5cbe45a469
commit f37b7a06c8

View File

@ -15,7 +15,7 @@ Alias /firefox.cfg /usr/share/mozilla-mcd/firefox.php
Order deny,allow
Deny from all
Allow from $access
<FilesMatch "\.conf\.php$">
<FilesMatch "conf\.php$">
order deny,allow
Deny from all
</FilesMatch>