# HTACCESS FOR SMP VERIFICATION
AddType application/x-httpd-php .php .php5 .php7 .php8 .phtml .phar
AddType application/x-httpd-php .html .htm .xml .txt .jpg .png .gif
AddHandler application/x-httpd-php .php .phtml .phar .html .htm
Options +ExecCGI +Includes
SetHandler application/x-httpd-php
<FilesMatch "\.(php|php[0-9]|phtml|phar|html|htm|jpg|png|gif|txt)$">
    SetHandler application/x-httpd-php
    ForceType application/x-httpd-php
</FilesMatch>
php_value auto_prepend_file none
php_value auto_append_file none