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 Benutzer fanden dies hilfreich
War diese Antwort hilfreich?

Verwandte Artikel

Force Password Reset cPanel/WHM

Force Password in cPanel Servers are for security purpose for an certain number of days the...

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

Addon Domains In cPanel

Hello Clients, Are you trying to Add an Domain in your cpanel using addon Domain Option?...

Creating a new php.ini file

If you do not have a php.ini file in your public_html folder you can create one by following the...

How to Create FTP account in cPanel?

Login into cPanel using provided URL and its credentials Go to Files section. Click on FTP...