HOW to Increase Maximum Upload Size Wordpress
Open .htaccess file. and added the following into a newline at the end of the file.
Open .htaccess file. and added the following into a newline at the end of the file.
php_value memory_limit 256 php_value upload_max_filesize 64M php_value post_max_size 64M php_value max_execution_time 300 php_value max_input_time 1000
Comments
Post a Comment