NorthOfTheCity
Guppy
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?
AddType application/x-httpd-php .php .html .htm
What is the equivalent for IIS?