ZwiiCMS/site/tmp/.htaccess

6 lines
87 B
ApacheConf
Raw Normal View History

2019-04-04 10:35:10 +02:00
# Bloque l'accès htaccess
<Files .htaccess>
Order deny,allow
Deny from all
</Files>