Friday 14 July 2017

How to change maximum upload size issue on GoDaddy Linux hosting server

If you have hosted your website on GoDaddy Linux hosting server using WordPress CMS and facing issue with maximum file upload size then follow the below mentioned points.



1) Create one file ".user.ini" and add the follow line of code into this file.

memory_limit = 128M
max_execution_time = 300
post_max_size = 128M
upload_max_filesize = 256M    

2) Upload this file to your WordPress installed root folder then wait for some time and you are done.

Load disqus comments

0 comments