+ All Categories
Home > Documents > WordPress Image Guide - intlmarket.alicdn.com · creation doesn't work don't worry. ... Add The S...

WordPress Image Guide - intlmarket.alicdn.com · creation doesn't work don't worry. ... Add The S...

Date post: 15-Jul-2018
Category:
Upload: truongminh
View: 216 times
Download: 0 times
Share this document with a friend
18
Transcript

wp-includes wp-admin

wp-includes

wp-admin

wp-content

wp-content

wp-content

wp-content

http://example.com/wordpress/wp-admin/upgrade.php

, ,

# service httpd restart

; Maximum size of POST data that PHP will accept.

post_max_size = 16M

; Maximum allowed size for uploaded files.

upload_max_filesize = 16M

# service httpd restart

@ini_set( 'upload_max_size' , '64M' );

@ini_set( 'post_max_size', '64M');

@ini_set( 'max_execution_time', '300' );

, ,


Recommended