AddType directive works only with PHP compiled as Apache module. Since we are running PHPSuExec on our servers you will need to use AddHandler directive to get php code working in .html files :
AddHandler application/x-httpd-php .html
AddType directive works only with PHP compiled as Apache module. Since we are running PHPSuExec on our servers you will need to use AddHandler directive to get php code working in .html files :
AddHandler application/x-httpd-php .html