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

tags/0.2.9
Daniel Berteaud 13 years ago
parent 5cbe45a469
commit f37b7a06c8
  1. 2
      root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/99MozillaMcd

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

Loading…
Cancel
Save