Update .htaccess
This commit is contained in:
parent
bde1703a42
commit
37984c50ba
1 changed files with 7 additions and 1 deletions
|
@ -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