# storage/ (logs, cache, sessions) is never served to the public,
# regardless of DocumentRoot misconfiguration.
<IfModule mod_authz_core.c>
    Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
    Order deny,allow
    Deny from all
</IfModule>
