about summary refs log blame commit diff stats
path: root/wiki/conf/.htaccess
blob: b3ffca597c182a9be02a0fc4d58c6a7e7931200c (plain) (tree)
1
2
3
4
5
6
7
8







                                  
## no access to the conf directory
<IfModule mod_authz_host>
    Require all denied
</IfModule>
<IfModule !mod_authz_host>
    Order allow,deny
    Deny from all
</IfModule>