Tumblelog by Soup.io
Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

September 28 2010

09:02

从Live Space转到自建WordPress指南

微软将关闭Live Space服务,还限定了时间,虽然微软提供转换到WordPress.com的服务,但是由于Wordpress.com在国内经常被墙。还是建议大家转换到自建的WordPress。(今天刚把一个朋友的Live Space转到it580.com)

最简单方法:

  1. 使用官方转换,转换到wordpress.com。
  2. 从wordpress.com导出数据。
  3. 在自建wordpress导入数据。

Related posts:

  1. WordPress 迁移到 WordPress MU
  2. 升级到2.9
  3. WP-DownloadManager 1.31文章下载链接修正
  4. wordpress在nginx下的rewrite设置
  5. 修改TechnoTag插件


© David for 空想枫, 2010. | Permalink | One comment | Add to del.icio.us
Post tags: Live Space, wordpress


May 22 2010

16:14

Post_id和PostName

从原来的wordpress迁入Wordpress mu时候,将这个站点从Post_id改为PostName的链接方式。

由于我的大部分浏览量来自搜索引擎,导致到今天为止,每天浏览量都在原来的30%左右。

没有办法,从PostName继续回到Post_id。


© David for 空想枫, 2010. | Permalink | No comment | Add to del.icio.us
Post tags: wordpress, wordpress mu


May 03 2010

08:46

WordPress 迁移到 WordPress MU

最近将部分小的博客站从分散的WordPress,迁入到统一的WordPress MU中,内文为我采用的迁移方式。

由于我希望保留原有各个分散WordPress的域名,因此首先要将it580.com的泛域名解析指向新的空间。在it580.com上安装完成WordPress MU,并使用子域名方式。

在WordPress MU上新建博客,例如hz1.it580.com,并记下它的Blog id。

从原博客,例如hz.it580.com,使用导出功能,导出.xml文件。

到新的博客,例如hz1.it580.com,使用导入功能,导入刚才导出的文件,记得勾选导入附件。

到mysql命令行界面,当然你也可以使用phpmyadmin,执行如下命令:

use wordpressmu;  

update wp_2_posts set guid=REPLACE(guid,’http://hz1.it580.com’,'http://hz.it580.com’);

update wp_2_posts set post_content=REPLACE(post_content,’http://hz1.it580.com’,'http://hz.it580.com’);

注释1:wordpressmu为你安装时设置的数据库,命令中数据表名中的2为blog id,请替换为你的blog id。

删除hz.it580.com的域名解析A记录。

登录WordPress MU的管理后台,将hz1.it580.com 博客地址修改为 hz.it580.com 。

等域名解析广播完成后,网站迁移完成。

 WordPress 迁移到 WordPress MU

© David for 空想枫, 2010. | Permalink | No comment | Add to del.icio.us

Tags: blog, wordpress, wordpress mu

Related posts


December 20 2009

14:12

升级到2.9


WordPress 2.9发布,顺手就把一堆的博客都升级了。

由于虚拟空间的内存限制问题,我都是直接采用文件覆盖的方式升级。

wget http://wordpress.org/latest.zip

unzip latest.zip

cd wordpress

cp –r * ../blog目录/


© David for 空想枫, 2009. | Permalink | No comment | Add to del.icio.us

Older posts are this way If this message doesn't go away, click anywhere on the page to continue loading posts.
Could not load more posts
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
Just a second, loading more posts...
You've reached the end.