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.
 
Stephen said:
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.



Or, I could just set this up on a Linux / Apache account...
 
Back
Top