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