忙碌了n天,我的wordpress终于挂到了公网上,开始内侧,不过出现了问题,上面所有的链接,不管是自己博客中的链接,还是wordpress系统的页面跳转链接,都依然指向localhost,而不是我的域名。好吧,逢山开路,遇水搭桥,这是我们IT人的优良品质,我开始找解决方案。
在wordpress官网中提供了n中情况的解决方法,包括你的wordpress名称改变,或是wordpress的路径改变,伙食URL改变等等,这里我只介绍我的情况,就是URL的改变。
数据库已经移动了,但这些域名或URL还存储在数据库中,一次造成了链接问题。
官方提供了两种方案
:Only perform a search and replace on the wp_posts table.Use the Search and Replace for wordpress Databases Script to safely change all instances. ( If you are a developer,use this option. It is a one step process as opposed to the 15-step procedure below )
第一种我认为他只修改了日志的链接,效果不好,于是我采用了第二种方案。
首先下载相应PHP脚本http://interconnectit.com/124/search-and-replace-for-wordpress-databases/,解压后得到searchreplacedb2.PHP,放置在你的wordpress根目录下(和wp-config.php)同级。
然后通过浏览器访问对应的searchreplacedb2,如www.example.com/wordpress/searchreplacedb2.PHP,如下图。
<p>确认无误后,点击下一步:</p>
<p><p class="pic_center"><img src="https://files.jb51.cc/file_images/article/201301/2013010215383471.png" /></p></p>
<p>选择你要替换字段的表名,这里全选即可:点击下一步:</p>
<p><p class="pic_center"><img src="https://files.jb51.cc/file_images/article/201301/2013010215383472.png" /></p></p>
<p><p class="pic_center"><img src="https://files.jb51.cc/file_images/article/201301/2013010215383473.png" /></p></p>
<p>在查找和替换中分别输入你要查找和替换的名字,下一步则ok,</p>
<p><p class="pic_center"><img src="https://files.jb51.cc/file_images/article/201301/2013010215383474.png" /></p></p>
<p>ok,记得吧searchreplacedb2.<a href="https://www.jb51.cc/tag/PHP/" target="_blank" class="keywords">PHP</a>这个<a href="https://www.jb51.cc/tag/wenjian/" target="_blank" class="keywords">文件</a>给<a href="https://www.jb51.cc/tag/shanchu/" target="_blank" class="keywords">删除</a>掉啊,免得误操作了。</p>
原文链接:https://www.f2er.com/wordpress/15386.html