在我的blog, 我用了很多天的Day和name permalink结构。最近,我了解了SEO技巧,并将permalink结构设置为Post name。
所以我从:
http://nishachor.com/%year%/%monthnum%/%day%/%postname%/
收件人:
http://nishachor.com/%postname%/
这对我来说很简单。
但不是为了WordPress。I have many posts interlinked with each other, hand coded in posts. 它们的路径在归档结构中。现在在帖子名结构中,他们产生了404错误。
我用了redirection plugin, 但上面提到的301重定向(从&;到)对我来说不起作用。我清除了WP超级缓存的缓存文件和浏览器的缓存文件。
在里面Yoast\'s SEO Plugin 我得到了另一个永久链接重定向,但不是我想要的。
请记住,我没有任何类似于:域的结构。com?p=2或类似的值。我只想要URL中的存档部分(%year%/%monthnum%/%day%
) 应该删除并加载我的帖子。
对我来说,这两个结构都非常简单,应该从一个重定向到另一个,因为它们都位于一个公共平台中。但为什么permalink结构的改变不会改变方向呢?现在我需要编辑每个页面来编辑手工编码的链接:(
问题是:How can I solve the problem regarding permalink structure day and name to post name?