about summary refs log tree commit diff stats
path: root/wiki/data/.htaccess
blob: 5f279f180699c2f115c326319a8afc645c5a7245 (plain) (blame)
1
2
3
4
5
6
7
<IfModule mod_authz_host>
    Require all denied
</IfModule>
<IfModule !mod_authz_host>
    Order allow,deny
    Deny from all
</IfModule>