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