Add this to the .htaccess file
#right/working: AddType application/x-httpd-php .html .htm
AddType application/x-httpd-php .html .htm
#wrong (won't work in many cases): AddHandler application/x-httpd-php5 .html .htm
AddHandler application/x-httpd-php5 .html .htm
execute, php, html, apache, linux, centos, debian, ubuntu, etcadd, htaccess, addtype, httpd, htm, addhandler,