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