# for Apache 2.4 and newer
Require all denied

# for Apache 2.2 and older (Fallback)
<IfModule !mod_authz_core.c>
  Order Deny,Allow
  Deny from all
</IfModule>
