Update .htaccess
This commit is contained in:
parent
1f25b0c041
commit
5884e492a1
1 changed files with 7 additions and 1 deletions
8
cache/.htaccess
vendored
8
cache/.htaccess
vendored
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue