xref: /plugin/dev/skel/.htaccess (revision 70316b849e063a6d74c051966388525c6a62b604)
1*70316b84SAndreas Gohr<IfModule mod_authz_core.c>
2*70316b84SAndreas Gohr    Require all denied
3*70316b84SAndreas Gohr</IfModule>
4*70316b84SAndreas Gohr<IfModule !mod_authz_core.c>
5*70316b84SAndreas Gohr    Order allow,deny
6*70316b84SAndreas Gohr    Deny from all
7*70316b84SAndreas Gohr</IfModule>
8