How to Increase Maximum Upload File Size in Website ( For Add On Domains ) Increase Maximum Upload Size Above 1 GB or Exact Size Please Like & Share If this Videos Helpful https://youtu.be/DsGwVLu1jQM
For Main Domain https://youtu.be/Rdo02BGw__U
❖ Steps to Increase Maximum Upload File Size in Website ( For Add On Domains )
– Login to Your cPanel Account
– Click on File Manager
– now go to your add-on domain folder
– Now Go to settings tab & enable hidden files
– now find php.ini file, if you don’t find then simply create new.
– now open php.ini file & add following tags
upload_max_filesize = 25g
max_file_uploads = 25g
post_max_size = 25G
memory_limit = 25g
Change 25g to Your Increase Size Value.
Add Values like this: 1GB = 1G, 256MB = 256M, 100KB = 100K
– Now save & closed php.ini file
– Now we need to add LSPHP directive for php.ini in .htaccess file
– Now Find .htaccess file, if you don’t find then simply create new.
– now open .htaccess file, & add following tag
lsapi_phpini /home/Replace-Your-cPanel-User-Name/Replace-Your-Add-on-Domain/php.ini
– now save & closed .htaccess file
– Now it’s take some time to update