Merge pull request #4104 from m-martin-78/xfhsupport
[dokuwiki.git] / bin / .htaccess
blob76253143a2792104ad8c8c73babea9a4e2bfd003
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>