# PHP 7
<IfModule mod_php7.c>
    php_flag engine 0
</IfModule>

# PHP 8
<IfModule mod_php.c>
    php_flag engine 0
</IfModule>