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 Корисниците го најдоа ова како корисно
Дали Ви помогна овој одговор?

Понудени резултати

WHMBill Installation Guide

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

How to Install AutoSSL on your website?

Now its very easy to Install any AutoSSL on your website, Just follow the instructions: 1.Login...

How to enable Domain Keys and SPF Records in cPanel control panel?

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

How to Add auto responder in cPanel?

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

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