I need the MIME type or Apache handler for the htaccess to have php parsed as html on a GoDaddy Wiindows server.
I have tried, with no success:
AddHandler application/x-httpd-php .html
AddHandler application/x-httpd-php5 .php .php4 .php3 .phtml
AddHandler application/x-httpd-php .htm
and
AddType application/x-httpd-php .html .htm
Addhandler application/x-httpd-php .html .htm
I found the answer a few months ago through Google Search, but can't seem to locate it again.
It's not the answer that is within GoDaddy Support, this applies to their Linux servers.
Any suggestions are appreciated!