# If this directory ends up inside the web root on a restrictive host,
# this blocks every direct request to it. The PHP endpoints read these
# files from disk, so they keep working.
Require all denied
<IfModule !mod_authz_core.c>
    Order deny,allow
    Deny from all
</IfModule>
