• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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