# This entire folder holds sensitive configuration (currently just
# db.php, but this protects anything added here later too). PHP normally
# executes .php files rather than serving their source when requested
# directly, so this is defense-in-depth against server misconfiguration
# or non-PHP files ever being placed here.

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