I have a number of sites (virtual directories) set up in IIS5 on Win XP Pro (with SP3). Until I installed FastCGI, they all worked fine - no problems. Now, as long as I don't request a .php page, they work fine, if I request a .php page, I get a HTTP 404 - file not found error.
After trying Process Monitor, I discovered that the .php pages start in the correct directory as specified in IIS, but end up in the default directory (C:/inetpub/wwwroot/<sitename>).
What needs to happen to make FastCGI behave? (If I move my site to a folder in the default directory, it all works fine, but that's not what I want to do
Any ideas?