How would one treat a common .html file or .js file as .php in windows 2008 server running IIS 7?

I only want a specific filetype treated as .php - not all of them.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Do you have PHP set up already (serving .php files)? If so, can you add *.htm to the same handler mapping for *.php?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.