实际上,我们使用“最后的文章”选项作为我们的主页博客。我们有这样的网址:
http://www.example.com/page/52 (show the page 52)
http://www.example.com/page/10 (show the page 10)等。
我们希望更改静态页面的主页。但是,当我们进行此设置时,前面的URL停止工作,只显示主页:
http://www.example.com/page/52 (home page, not the page 52)
http://www.example.com/page/10 (home page, not the page 10)如何使用静态页面并保持"/ page /xx“仍然工作?有可能吗?这对我们的SEO真的很重要
发布于 2016-07-13 15:59:10
使用此插件,只需将“page/”的所有子页面重定向到主页:
https://stackoverflow.com/questions/38352864
复制相似问题