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 istifadəçi bunu faydalı hesab edir
Bu cavab sizə kömək etdi?

Uyğun məqalələr

How to add an e-mail filter(spam)?

    1. Click on the E-mail Filtering link in the Mail area.        2. Click on the Add Filter...

Clearing cookies/Cache on your Browser

Hello Clients, This article will help you to Mass Refresh your browser to clear the cache. We...

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...

How to Migrate Email from cPanel to cPanel?

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

Customise the php.ini file settings in Code Editor

1. Log in to cPanel, if you haven’t already done so 2. If you haven’t already done so, create a...