Parsing php code in html on win server

I’ve got php code embedded in an html file runnning on a windows server. Naturally, it doesn’t run. There is no error reported. In Apache, this happens because .htaccess doesn’t have this line:

AddType application/x-httpd-php .php .html .htm

What is the equivalent for IIS?

hrm, you would need to send a ticket for that, you can add extensions for php, but not one that is already in use as html/htm would be.

[QUOTE=Stephen]
hrm, you would need to send a ticket for that, you can add extensions for php, but not one that is already in use as html/htm would be.
[/QUOTE]

Or, I could just set this up on a Linux / Apache account…

Either way works. :smiley:

[QUOTE=Stephen]
Either way works. :smiley:
[/QUOTE]

And so does renaming the .html extension to .php