# Deny direct access to log files (Apache). PHP can still read/write them.
<IfModule mod_authz_core.c>
    Require all denied
</IfModule>
