Live Chat Software by Kayako |
How to modify cPanel PHP configuration
Posted by on 12 July 2017 07:30 AM
|
|
This article will guide you how to modify php settings in cPanel. Each cPanel account has its own php.ini file which can be found at /home/cpaneluser/public_html/, if it does not exist you can create it via your FTP client or the File Manager(cPanel feature). Now when you have this done and you want to change the php memory limit to 512MB, all you need is to add the following line of code into it:
You can also check the current values of the above settings by creating info.php file into your public_html/ directory containing the following lines of php code:
| |
|