Click to See Complete Forum and Search --> : PHP versioning under IIS??


Anon
06-26-2001, 05:05 AM
Is it possible to set up different websites with different PHP settings under IIS?

I know that it's possible to specify the location of the php.ini you want to use at command line with the -c flag, but I'm not sure how to specify the php.ini I want to use from within the server.

Thanks,

S.

Anon
06-26-2001, 08:36 AM
If my understanding is correct i believe the location of php.ini is compiled into the binary... but you may be able to change it using .htaccess php directives

-Jon