How to: Install PHP 5 on IIS 7 with FastCGI
Hence I thought this time instead of writing a step by step instruction guide and confuse all of you, I will show you guys of how it's to be done. Please pardon the voice. I have a few problems with my audio encoder. Having audio for Windows Server 2008 on VMWare Server was in itself a challenge! Check it out!
It's also available on YouTube at this location.
The parameters that need to be uncommented in php.ini are:
fastcgi.impersonate
cgi.fix_pathinfo
cgi.force_redirect --> once done change the value to 0 from 1
open_basedir --> put in the physical location of your php applications. (example in the video: c:\inetpub\wwwroot\phpapps)
Let me know if you need any more info on this. I think I might come up with a few more articles or videos on IIS with PHP.
Have Fun!