ZwiiCMS/site/tmp/.htaccess

6 lines
87 B
ApacheConf
Raw Normal View History

2019-01-27 19:52:40 +01:00
# Bloque l'accès htaccess
<Files .htaccess>
Order deny,allow
Deny from all
</Files>