Update .htaccess

This commit is contained in:
Visman 2020-06-04 15:00:33 +07:00
parent bde1703a42
commit 37984c50ba

View file

@ -1 +1,7 @@
Deny from All
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order Allow,Deny
Deny from All
</IfModule>