Update .htaccess

This commit is contained in:
Carlos Ferreira 2018-05-04 00:57:46 +02:00 committed by GitHub
parent 975841b735
commit db04ca9444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1,6 @@
deny from all
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>