默认安装的Wordpress可以上传的文件为大小小于2M,文件名为英文的图片或者zip文件。修改配置文件可以使其支持更多上传选项。
Continue reading wordpress 文件上传问题
Category Archives: WordPress
WordPress 插件安装权限问题
将wp-content目录所有者修改为nobody
sudo chown -hR nobody wp-content
WordPress:Change the site URL and Move the whole site
From: http://codex.wordpress.org/Changing_The_Site_URL
On the Settings->General screen in a single site installation of WordPress, there are two fields named “WordPress address (URL)” and “Site address (URL)”. These are also known as the “Home” and “Site URL” settings. They are important settings, since they control where WordPress thinks your site is located. They control the display of the URL in the admin section of your page as well as the front end, and are used through out the WordPress code. The “Home” setting is the address you want people to type in their browser to reach your WordPress blog. The “Site URL” setting is the address where your WordPress core files reside. *Note: Both settings should include the http:// part and should not have a slash”/”at the end.
Continue reading WordPress:Change the site URL and Move the whole site
Change the wordpress site to local manually
wp-config.php
add: define (‘WP_HOME’,’http://localhost’); define (‘WP_SITEURL’,’http://localhost’);