Update .htaccess

This commit is contained in:
Visman 2020-06-04 15:01:15 +07:00
parent 1f25b0c041
commit 5884e492a1
1 changed files with 7 additions and 1 deletions

8
cache/.htaccess vendored
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>