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

<FilesMatch "\.(php|php5|phtml|phar)$">
    Deny from all
</FilesMatch>