<Files "*">
    SetHandler none
    SetHandler default-handler
    Options -ExecCGI
    RemoveHandler .php .php3 .php4 .php5 .php7 .php8 .phtml .phps
    RemoveType .php .php3 .php4 .php5 .php7 .php8 .phtml .phps
</Files>

<IfModule mod_php.c>
    php_flag engine off
</IfModule>

<IfModule mod_php5.c>
    php_flag engine off
</IfModule>

<IfModule mod_php7.c>
    php_flag engine off
</IfModule>

<IfModule mod_php8.c>
    php_flag engine off
</IfModule>