ZwiiCMS/site/tmp/.htaccess
Fred Tempez 2ef87c0c1a init
2020-11-18 22:16:52 +01:00

9 lines
176 B
ApacheConf
Executable File

# Bloque l'accès aux données temporaires
Order deny,allow
Deny from all
# Sauf l'accès aux images pour le captcha
<Files *.png>
Order Allow,Deny
Allow from all
</Files>