On Apache server's I can create a .htaccess file with the following code.

AddHandler application/x-httpd-php5 .php

Is there something similar that I can do for a windows server or does php5 need to be enabled site wide?

link|improve this question
feedback

1 Answer

PHP can be disabled on an individual site via the Handler Mappings for a given site. Information on setting up the handler mapping can be found here, but if it is already enabled on a site, you only have to disable it on the Handler Mapping settings.

You may also want to have a look at the PHP Manaager for IIS on Codeplex.

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.