• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Creating Local php.ini

C

cancer10

Guest
Hello,

I run multiple domains/sites on my windows server. I know there is a php.ini files that comes with the php installation package. But I have heard that there is a way to create a local php.ini file for each domain.

Does anyone knows how to create local php.ini files for each domain. Is there a special setting i need to do to make it run?


Thanx for your help
 
I believe you can do this if you run PHP as a CGI for the domain. This is done by making sure the "run as ISAPI" checkbox is unticked in the hosting setup for that domain. Then you can put a PHP.INI file in the httpdocs folder of that domain. There's a KB article about it at http://kb.swsoft.com/en/745
 
Back
Top