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 Kasutajad peavad seda kasulikuks
Kas see vastus oli kasulik?

Seotud artiklid

WHMBill Installation Guide

1. Upload the files to server 2. Open the folder from browser 3. Installation will ask for...

How to add Google Apps MX records in cPanel

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

Addon Domains In cPanel

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

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 Change the password on an FTP account in cPanel?

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