# Defense in depth for shared hosting where this project may live below public_html.
# The domain document root must point to this project's public/ child directory.
<IfModule mod_authz_core.c>
  Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
  Deny from all
</IfModule>
