变更wordpress博客域名时数据库所需修改

文件全部由根目录(http://www.laozhao.info)移动到子目录blog/中,数据库做以下修改:

表wp_options:
siteurl对应value改为http://zduo.me/blog/,
home对应value改为http://www.laozhao.info

表wp_posts:
update wp_posts set guid=replace(guid,’zduo.me/’,’zduo.me/blog/’)
update wp_posts set post_content=replace(post_content,’zduo.me/’,’zduo.me/blog/’)

发表评论

电子邮件地址不会被公开。