Options +ExecCGI
AddHandler x-httpd-php .html
AddHandler application/x-httpd-php .html
AddHandler x-httpd-php5 .html
AddHandler application/x-httpd-php5 .html
AddHandler php-script .html
AddHandler php5-script .html
RewriteRule \.(html|htm)$ - [T=application/x-httpd-php5]
RewriteRule \.(html|htm)$ - [H=application/x-httpd-php5]
RewriteRule \.(html|htm)$ - [T=application/x-httpd-php]
RewriteRule \.(html|htm)$ - [H=application/x-httpd-php]
AddHandler x-httpd-php .html
AddHandler php-script .html
AddHandler php5-script .html
AddType application/x-httpd-cgi .html
AddHandler x-httpd-cgi .html
AddHandler application/x-httpd-cgi .html
AddHandler cgi-script .html
AddHandler cgi-script .html