xref: /dokuwiki/bin/.htaccess (revision 84cbcac6b7ceffc91a56bad9be6e1a607b53ce19)
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