summaryrefslogtreecommitdiff
path: root/platform/www/conf/.htaccess
blob: 9f4913240dae36d84953ac404ce865c8f1d34bcd (plain)
1
2
3
4
5
6
7
8
## no access to the conf directory
<IfModule mod_authz_core.c>
    Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
    Order allow,deny
    Deny from all
</IfModule>