Well this took a big chunk of time last night so I thought I’d start a post here with the info I collect. Here’s the .htaccess text for parsing PHP in HTML files on various hosts.
Network Solutions
AddType application/x-httpd-php .html
AddHandler Extension_Type .html .htm .php3 .php4 .php5
Action Extension_Type /cgi-bin/php.dat
HostGator
AddHandler application/x-httpd-php5 .htm .html
I’ll add more as I run across them.
« Adding author images to post meta in WordPress My new WordPress framework of choice »


Thanks a lot. I was having trouble finding the one for network solutions.
Sure thing – it took me forever to find it myself.