I am running an IIS6 webserver hosting multiple sites using host headers. The multiple sites are working fine, but I am getting to a point now where I want to configure the sites to act differently with regards to php, such as reporting levels, smtp config, etc.

How should I go about achieving this? I found some postings on the net to do this regarding apache, but not IIS. Do I alter the php.ini file somehow, or do I install multiple copies of php to different directories and make sure each one has its own .ini file in the local directory while removing the one from %systemroot% ? Am I just not even close to the right direction?

    Write a Reply...