xref: /dokuwiki/data/.htaccess (revision c0e0ec79d7123838c2f8b50236539247e4888830)
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