# Keep backup ZIP downloads possible, but never execute PHP from this archive folder.
<Files "*.php">
    Require all denied
</Files>
<IfModule !mod_authz_core.c>
    <Files "*.php">
        Order Deny,Allow
        Deny from all
    </Files>
</IfModule>
