# Not reachable over HTTP. PHP still reads these files from disk.
<IfModule mod_authz_core.c>
    Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
    Order allow,deny
    Deny from all
</IfModule>
<IfModule mod_autoindex.c>
    IndexIgnore *
</IfModule>
