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