Is this the correct way to parse html files as php?
RemoveHandler .html .htm AddType application/x-httpd-php .php .htm .html
Saved in a .ht
RewriteEngine on RewriteRule ^(.*)\.htm $1\.php