Custom PHP Limits using .user.ini

To add custom php limits like memory limit,Upload limit You can do it from .user.ini file

Create a .user.ini file under your public_html and mention the code

memory_limit=256M;
upload_max_filesize=24M;
post_max_size=32M;



You can edit the value as per your need.If you are using wordpress you need to add the file inside the wp-admin folder too.

  • 0 Users Found This Useful
這篇文章有幫助嗎?

相關文章

How to Migrate Email from cPanel to cPanel?

When transferring accounts between servers, transferring of email accounts is quite different....

How to enable Domain Keys and SPF Records in cPanel control panel?

Login into cPanel using provided URL and its credentials Go to Mail section Click on email...

How to install WordPress on offshore hosting?

Hello,During wordpress installation with Softaculous if you received any errors and unable to...

How to add MIME Types from cPanel?

Login into cPanel using provided URL and its credentials Go to Advanced section Click on MIME...

How to Change the style or theme of cPanel ?

Login into cPanel using provided URL and its credentials Click on preference section Click on...