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 A felhasználók hasznosnak találták ezt
Hasznosnak találta ezt a választ?

Kapcsolódó cikkek

Enable Two-Factor Authentication in a cPanel Account

To ensure the security of your cPanel account, we can enable two-factor authentication (2FA)....

How to Migrate Email from cPanel to cPanel?

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

I lost or forgot my cPanel or WHM password - how can I reset it?

Resetting your cPanel password and finding your cPanel username is easy and can be handled...

How to remove Reported Attack Page from your website ?

Google submit form step1- http://www.google.co.in/webmasters/tools/2- Click on add a site...

Installing a Free SSL via the cPanel AutoSSL Feature

Here is how to initiate an AutoSSL check from your cPanel account.   Log into your cPanel...