将网站转移到 WordPress 博客,保留旧链接和 RSS 提要
我的网站上有大约 40 个页面。我还有一个 WordPress 博客。我想将我的网站转移到这个博客。当我将网站转移到博客时,我想将其页面作为页面而不是博客文章转移到博客。那可能吗?
网站上现有页面的 URL 如下:
www.xyz.com/article1.htm www.xyz.com/article2.htm www.xyz.com/article3.htm
当我创建博客时,我希望将这些链接重定向到博客上的新链接,例如: www.xyz.com/article1.htm
应重定向到 www.newblog.wordpress.com/2009/09/09/article1.htm
www.xyz。 com/article2.htm
应重定向到 www.newblog.wordpress.com/2009/09/09/article2.htm
www.xyz.com/article3.htm
code> 应重定向到 www.newblog.wordpress.com/2009/09/09/article3.htm
等等。
我该怎么做?
在此传输之后,当前博客的现有 RSS 提要是否也可以更新/迁移或重定向?
谢谢
I have around 40 pages on my website. I also have a Wordpress blog. I would like to shift my website to this blog. When I transfer the website to the blog, I want to transfer its pages to the blog as pages and not blog posts. Would that be possible.
The existing pages on the website have the URLs like;
www.xyz.com/article1.htm www.xyz.com/article2.htm www.xyz.com/article3.htm
When I create a blog, I want these links to be redirected to new links on the blog, like:www.xyz.com/article1.htm
should redirect to www.newblog.wordpress.com/2009/09/09/article1.htm
www.xyz.com/article2.htm
should redirect to www.newblog.wordpress.com/2009/09/09/article2.htm
www.xyz.com/article3.htm
should redirect to www.newblog.wordpress.com/2009/09/09/article3.htm
and so on.
How can I do this?
Also could existing RSS feeds to the current blog, be updated/migrated or redirected after this transfer?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我强烈推荐重定向插件。
它快速且易于使用,可管理 WordPress 管理员内的所有内容。
http://wordpress.org/plugins/redirection/
I would highly recommend the redirection plugin for this.
It's quick and easy to use and manages everything inside the WordPress admin.
http://wordpress.org/plugins/redirection/
这是我们正在使用的一个,它似乎做得很好:)
http: //wordpress.org/plugins/velvet-blues-update-urls/
干杯!
This is one we're using and it seems to do a pretty good job :)
http://wordpress.org/plugins/velvet-blues-update-urls/
Cheers!