Parse .html files as PHP
To parse files with a .html extension as PHP, add this line to httpd.conf, your VirtualHost container, or .htaccess:AddHandler application/x-httpd-php .html
You can substitute your own arbitrary file extensions for .html if you want to use, for example, filename.foo on your site.