Tutorials – Kentha Music WordPress Theme manual https://manuals.qantumthemes.xyz/kentha Kentha Wordpress Theme Knowledge Base Sun, 30 Aug 2015 08:40:55 +0000 en-US hourly 1 https://wordpress.org/?v=6.6.1 https://manuals.qantumthemes.xyz/kentha/wp-content/uploads/2017/12/cropped-QT-LOGO-SQUARED-32x32.png Tutorials – Kentha Music WordPress Theme manual https://manuals.qantumthemes.xyz/kentha 32 32 Increasing maximum file size upload limit in WordPress https://manuals.qantumthemes.xyz/kentha/2015/08/30/increasing-maximum-file-size-upload-limit-in-wordpress/ https://manuals.qantumthemes.xyz/kentha/2015/08/30/increasing-maximum-file-size-upload-limit-in-wordpress/#respond Sun, 30 Aug 2015 08:40:55 +0000 http://qantumthemes.xyz/manuals/fluid/?p=1010 1. add this in the .htaccess file of your server
php_value memory_limit 128M
php_value post_max_size 128M
php_value upload_max_filesize 128M
php_value max_execution_time 1800

2. add thiss to wp-config.php

define(‘WP_MEMORY_LIMIT’, ’64M’);
3. create a text file, call it php.ini and put this text in it:
upload_max_filesize = 64M
post_max_size = 64M

then upload it in the wordpress root folder

]]>
https://manuals.qantumthemes.xyz/kentha/2015/08/30/increasing-maximum-file-size-upload-limit-in-wordpress/feed/ 0