MultiPHP INI Editor in cPanel

MultiPHP INI Editor in cPanel

Making modifications to the php.ini file might occasionally be useful in order to specifically alter PHP settings for particular scripts. One unique file that can be used to easily change the server defaults for PHP settings on a particular website is called php.ini.

 To make changes to php.ini, it is recommended to use a simple tool in cPanel called the MultiPHP INI Editor. 

NOTE: Some settings cannot be changed.

To modify PHP settings:

1. Login to cPanel.

2. Under the Software section, click on the button that says MultiPHP INI Editor.

blobid0.png

3. Select the domain you would like to modify in the dropdown.

Screenshot_2020-11-23_at_7.57.33_AM.png

4. Modify each PHP directive you would like to change and then click Apply at the bottom.

Screenshot_2020-11-23_at_7.58.25_AM.png

5. Once you click Apply, a new php.ini will be generated with the changes you have made. If some of the PHP settings are not listed under Basic mode, you can click the Editor Mode tab. This tab will show you the changes you have just made to your php.ini file, and allow you to manually add more changes.

Screenshot_2020-11-23_at_8.03.25_AM.png

6. For instance, if you wanted to change the memory limit to 600MB and the upload_max_filesize to 1GB, you would enter:

memory_limit = 600M

upload_max_filesize = 1G

7. Once you click Save, the changes should take affect almost immediately. To verify the settings were changed, you can create a phpinfo.php file to test this.  For more information, check out this article: Link to How to make a phpinfo.php file.


    • Related Articles

    • DNS Zone Editor- How to Edit

      The DNS Zone is the interface via which you may modify a domain that is currently hosted on your server in specified ways. You must first be logged into your hosting package's cPanel in order to use the DNS Zone Editor. The Zone Editor icon may be ...
    • How to create a symbolic link in cPanel

      Symbolic links, or "symlinks," are essentially shortcuts to specific files or directories. A symlink's ability to traverse file systems due to its reference to abstract filenames and directories rather than actual locations is one of its benefits. ...
    • Troubleshooting Email DNS with Webmail

      Of course! In order to resolve DNS (Domain Name System) problems with webmail, you must examine and confirm the different DNS entries connected to your domain. This is a step-by-step tutorial to assist you in locating and fixing any possible DNS ...
    • What Are Common Login URLs?

      Common Login URLs with your Hosting Account Webmail Non SSL http://www.exampledomain.com/webmail http://exampledomain.com:2095 SSL https://exampledomain.com/webmail https://exampledomain.com:2096 cPanel Domain Non-SSL ...
    • How Can I Monitor The Resources That My Account is Using?

      Viewing Current Resource Usage You may check the current resource use of your account using a few different methods: Top (via Command Line) You may use the Top command in cPanel's Terminal Application or SSH to see how much resource you are now ...