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 utilizatori au considerat informația utilă
Răspunsul a fost util?

Articole similare

WHMBill Installation Guide

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

cPanel - Backup Wizard

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

Enabling PhpmyAdmin for cPanel

How to Enable Phpmyadmin? 1. Login to your WHM > Feature Manager 2. You can see "Add a new...

Migration of cPanel/WHM From other Servers

Hello, How to Migrate an cPanel from one server to another server without Root access over FTP?...

Modifying the htaccess file to use a custom php.ini file throughout your website

This guide provides instructions for modifying .htaccess to use a custom php.ini throughout your...