I am new to using PHP and am setting it up to run on a windows box with IIS 6. I noticed in the PHP documentation that it can be set up to parse different filetypes through PHP.
For Apache the documentation says to add a line as below to .htaccess or the httpd.conf file.
Make all PHP code look like HTML
AddType application/x-httpd-php .htm .html
My question is, is there an option like this for IIS to parse html files as php files.
Thanks