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