Hello,
How to increase Max upload size in cPanel using php.ini file ?
Login to your cPanel > Filemanager
Create an php.ini file inside public_html Directory
Paste the below code :
upload_max_filesize=40M;
post_max_size=40M;
You can change the value from 40 to any value as per your Need.If you have issue with wordpress theme uploading just copy and paste the php.ini file inside the "wp-admin" directory which will fix the issue.
To increase memory limit just add the below code inside the php.ini
memory_limit=128M;
You can change the value from 128 to 256 as per your need.
If you have any issue feel free to open a ticket with your domain name which is affected we will help you to do it from our end !
Most Popular Articles
How to Add Domain in cpanel Host Laza
Procedure Log into cPanel on the account to add the domain. Click "Domains" under the...
Alternative for PhpMyadmin > Chive
Chive is a modern Open-Source MySQL Data Management tool. With it's fast and elaborate user...
Clearing cookies/Cache on your Browser
Hello Clients,This article will help you to Mass Refresh your browser to clear the cache.We faced...
Custom PHP Limits using .user.ini
To add custom php limits like memory limit,Upload limit You can do it from .user.ini fileCreate a...
Disable Bot Verification on your Domains
Recaptcha verification will be show on your Domain if your customer connecting IP has low...