No, no.. you're right. I was just saying that the 8080 port for the internal server for NuSphere works, so this illustrates that my Nusphere php installation is working. So it's a problem in the communication between IIS and PHP.
I had just hoped that since we had so many knowledgeable people on here that someone would be able to tell me what the problem with my IIS setup is.
Things I've already tried:
- Added C:\Program Files\nusphere\phped\php5\php5isapi.dll as an ISAPI filter in IIS.
- Added the .php and .php5 MIME types
- Under the properties of both the wwwroot and the php directories I've given the user IIS_IUSRS[COMPNAME] full security access to read/write/execute
- Added %SystemRoot%\nusphere\phped\php5 to the Environment Variables under Windows System setup
Going to http://localhost/textfile.txt would work fine.. text, html, etc show up fine under the localhost directory. But php doesn't run. (However because php works within the NuSphere environment, I know that it isn't a php installation or ini problem.... that was really my point with that.)
Thanks for taking the time to read this! It'll make my life so much easier if I can get this working properly!