网站重定向到旧域名

时间:2016-08-22 作者:maximus

我在上开发网站test.example.com 在单独的服务器上。同时,工作服务器example.com 在戈达迪。

WordPress网站在两台服务器上都运行良好。但后来我换了注册官,决定在test.example.comexample.com 的内部wp-config.php. 如果我进去的话example.com/wp-admin - 它打开时没有问题。然而,当我尝试example.com 它重定向到test.example.com.

不知道为什么会这样。

2 个回复
最合适的回答,由SO网友:Ethan O\'Sullivan 整理而成

为了更新到WordPress站点上的新链接,有几个变量需要更改。

如所述Mark, 使用搜索替换数据库工具尝试以下步骤:

去下载Interconnect IT\'s Database Search & Replace Script herelocalhost 安装WordPress的位置(根目录),并将文件夹重命名为replace (screenshot)http://example.com/replace) 和you will see the search/replace toolsearch for… 字段和中的新URLreplace with… 字段您可以单击“操作”下的“干运行”按钮,查看在执行脚本之前将替换的内容。完成后,请确保删除/replace/ 文件夹

SO网友:markratledge

@maximus:通过phpmyadmin在数据库上运行原始SQL查询不是一个好主意;直接查询将中断数据库中的序列化数据,即中断小部件数据、主题选项等。使用https://interconnectit.com/products/search-and-replace-for-wordpress-databases 要更改域,请从https移动到https等。这是一个经过验证的工具,是WpDev上许多其他类似问题的答案。

相关推荐

Multisite Subdomain Change

您好,我已经开始使用WordPress多站点功能,我的设置如下:https://Blog.Website.com (当前设置为主)https://Blog.Help.Website.comI\'m trying to change it to:https://Blog.Website.com (应设置为主)https://Help.Website.comWordPress Multisite是否支持此设置?