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