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 Korisnici koji smatraju članak korisnim
Je li Vam ovaj odgovor pomogao?

Vezani članci

How To Free Up Disk Space On cPanel Accounts ?

Having too much information stored on your server can cause all sorts of issues. If you get a...

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 Access webmail through cPanel?

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

How to enable/disable allow_url_fopen and allow_url_include functions

allow_url_fopen: For security reason, in shared hosting account allow_url_fopen is disabled by...

How to Change password of c Panel ?

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