# Briefs are written in here. Nobody should be able to read them over the web.
# Both spellings are included so this works on Apache 2.2 and 2.4.

<IfModule mod_authz_core.c>
  Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
  Order allow,deny
  Deny from all
</IfModule>
