Forum Moderators: coopster
AddType application/x-httpd-php .php .html .htm
This will parse all HTML files as PHP so it can be a bit inefficient on large sites if you have HTML files without PHP as well. Alternatively just rename index.htm to index.php (delete index.htm and your server should recognize the right index file). If not add this to .htaccess:
DirectoryIndex index.php index.html