ZwiiCMS/site/i18n/.htaccess

5 lines
103 B
ApacheConf
Raw Permalink Normal View History

2023-01-01 14:49:04 +01:00
# Bloque l'accès aux données
<Files ~ "\.(htaccess|json)$">
Order deny,allow
Deny from all
</Files>