To increase the max upload file size of a php / wordpress page, do the following :
1: Open the file manager
2: Navigate to public_html
3: Open / create a file called .htacess (hidden files must be enable via the top right gear settings icon)
4: Add the following lines to the bottom of the file :
php_value upload_max_filesize XM
php_value post_max_size XM
php_value max_execution_time 300
php_value max_input_time 300
X = the amount you need. (120 should be more than sufficient in most cases)
5: Save and close the file
6: Retry upload
This is a simple solution that works on most php related plugins / uploads.
Populaarsemad artiklid
How To Change Your Password In Wordpress
This tutorial will show you how to change your password in WordPress. This tutorial assumes...
How To Edit Your Profile In Wordpress
This tutorial will show you how to edit your profile in WordPress. This tutorial assumes you...
How To Manage Categories In Wordpress
This tutorial will show you how to manage categories in WordPress. This tutorial...
How To Manage Pages In Wordpress
This tutorial will show you how to manage pages in WordPress. This tutorial assumes you are...
How To Manage Plugins In Wordpress
This tutorial will show you how to manage your plugins in WordPress. This tutorial...
