Update .htaccess

This commit is contained in:
Fred 2019-04-04 10:35:10 +02:00 committed by GitHub
parent 16c63728dc
commit d0441d066c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -1 +1,5 @@
# Bloque l'accès htaccess
<Files .htaccess>
Order deny,allow
Deny from all
</Files>