# storage/ holds runtime logs and cache — never meant to be served over
# HTTP. This blocks direct web access on Apache/LiteSpeed (the vast
# majority of cPanel hosts). Deny-all, regardless of Apache version syntax.
<IfModule mod_authz_core.c>
    Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
    Order deny,allow
    Deny from all
</IfModule>
