# Block all direct web access to the core library.
# (Best practice: keep this folder OUTSIDE the web root entirely.)
<IfModule mod_authz_core.c>
    Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
    Order allow,deny
    Deny from all
</IfModule>
