Hi Guys,
In the past and on current sites, i've been able to run php scripts on .html files after adding the following line of code to .htaccess
AddType application/x-httpd-php .html .htm
On a particular server one of my sites is on, after trying to add this line to .htaccess, my site returned a 500 internal server error
I talked to tech support, and they told me to put it in a file called php.ini and delete the htaccess file (because they use some thing called phpsuexec or something like that).
I tried this as well. The 500 internal error is gone, however the html page isn't reading the php.
Anyone know a fix ?
Thanx - Jamez