aboutsummaryrefslogblamecommitdiffhomepage
path: root/app/.htaccess
blob: fb1de45bdb337a4df6be803d93b8340dcea5196d (plain) (tree)
1
2
3
4
5
6
7






                            
<IfModule mod_authz_core.c>
    Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
    Order deny,allow
    Deny from all
</IfModule>