I am on shared hosting using IIS 7.5. I need to be able to parse php code in html files so that I can include my template files. I already have all the html files so I can't go through and change their extensions.
How would I go about this? I think it has to be done in web.config because I don't have access to the IIS manager. I think I also need to find out where the PHP executable file is located?
Thanks