xref: /dokuwiki/inc/.htaccess (revision 3f12f3dac8bb60b48d185ec8a579b7c7fd397188)
1## no access to the inc directory
2<IfModule mod_authz_core.c>
3    Require all denied
4</IfModule>
5<IfModule !mod_authz_core.c>
6    Order allow,deny
7    Deny from all
8</IfModule>
9