htaccess compatibilité Free

This commit is contained in:
Fred Tempez 2020-10-02 19:12:47 +02:00
parent b1c4ce34a4
commit eec9b80e81
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
Order deny,allow
Deny from all
# Sauf l'accès aux images pour le captcha
<FilesMatch ".(png)$">
Order Deny,Allow
<Files *.png>
Order Allow,Deny
Allow from all
</FilesMatch>
</Files>