xref: /dokuwiki/bin/.htaccess (revision c4b143ef65b0d098a737751d900c6c24972bac28)
1<IfModule mod_authz_host>
2    Require all denied
3</IfModule>
4<IfModule !mod_authz_host>
5    Order allow,deny
6    Deny from all
7</IfModule>
8