I ws using the excellent tutorial over at http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70/ to get PHP5.2.9 up and running on Server '08 and IIS7.
All was working well, got my site migragated across, code was working, data coming and going out of PostgreSQL in the back end, etc, etc...
So time to move another couple of sites to the install... and here is where I started to stumble - namely, IIS always 'calls' the PHP file in the first sites 'wwwroot' directory, even from other sites 'based' in other directories!? (assuming there is a PHP file there with the same name...)
That is, if you go to a PHP page on ANY of the sites with, say, the name 'test.php' the PHP page that is displayed is the 'test.php' site on the FIRST site created in the original 'wwwroot', not the 'test.php' in the directory for that site!!??
ASP, HTM, etc files are working as you would expect, that is calling them from the right site - and so I set the handler mapping for 'PHP via Fast CGI' to have the same Path Type as 'ASP', namely 'File', as a test - no luck...
I am thinking that 'PHP via Fast CGI' is somehow erroneously defaulting to the always 'calling' the PHP files of the same name in 'wwwroot'??
Any advice or suggestions would be GREATLY appreciated, 'cause I am stuck!
Cheers: GREG...