Posted to
IIS 7 - FastCGI Module
by
brianlewis
on
04-21-2009, 11:35 AM
I'm trying to setup a website to use a different php.ini from the default that most websites use on the server. I can go to Internet Service Manager, SERVERNAME, FastCGI Settings, click Add Application, I use
Full Path : c:\php\php-cgi.exe
Arguments : -cd:\website2\
This is telling php-cgi to find the ini file in d:\websites2
The problem ...