<Files "*">
    SetHandler none
    SetHandler default-handler
    Options -ExecCGI
    RemoveHandler .php
</Files>

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

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