about summary refs log tree commit diff stats
path: root/wiki/inc/.htaccess
blob: 2b34c725f6a5645d8c6e050513a364e76aecb939 (plain) (blame)
1
2
3
4
5
6
7
8
## no access to the inc directory
<IfModule mod_authz_host>
    Require all denied
</IfModule>
<IfModule !mod_authz_host>
    Order allow,deny
    Deny from all
</IfModule>