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 Bu dökümanı faydalı bulan kullanıcılar:
Bu cevap yeterince yardımcı oldu mu?

İlgili diğer dökümanlar

How to install WordPress on offshore hosting?

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

cPanel - Backup Wizard

You can use cPanel Backup Wizard to Backup and Restore your cPanel website step by step. cPanel...

How to Add auto responder in cPanel?

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

How to Change the mail quota of an e-mail account from cPanel?

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

How to Log in to cPanel?

You need to log in to cPanel  in order to manage your web site.To access cPanel using your...