【发布时间】:2017-05-08 15:07:15
【问题描述】:
我在http://blog.example.com 上有一个博主博客,我已使用 WordPress 将博客移至新站点,并在 WordPress 中设置重定向,以将博主帖子 URL 重定向到新 URL,例如:
博主上的帖子是:http://blog.example.com/2016/12/google.html
新网站上的帖子网址是:https://subdomain.domain.com/google/
我在 WordPress 中设置了重定向,从 https://subdomain.domain.com/2016/12/google.html 重定向到 https://subdomain.domain.com/google/
所以我想要的只是在旧博客中添加一个代码,以将每个页面重定向到新域中的另一个页面,例如:
重定向自:http://blog.example.com/2016/12/google.html 到 https://subdomain.domain.com/2016/12/google.html
和http://blog.example.com/2015/11/yahoo.html 到https://subdomain.domain.com/2015/11/yahoo.html
提前致谢!
【问题讨论】:
标签: wordpress redirect url-redirection blogger