# Static assets only. PHP is disabled here unconditionally.
<IfModule mod_php.c>
    php_flag engine off
</IfModule>
RemoveHandler .php .phtml .php3 .php4 .php5 .php7 .php8
RemoveType .php .phtml .php3 .php4 .php5 .php7 .php8
<IfModule mod_headers.c>
    Header set Cache-Control "public, max-age=604800"
</IfModule>
