# The contact log lives here and carries visitors' names and email addresses.
# Nothing in this directory is ever fetched by a browser — contact.php includes
# these files from disk — so the whole directory is closed over HTTP.
<IfModule mod_authz_core.c>
  Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
  Order allow,deny
  Deny from all
</IfModule>
