• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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