我查看了online.rewrite / .htaccess生成器和几十篇文章,但还没有找到有效的解决方案。在我的永久链接设置/博客不在那里(该网站的帖子是从WordPress.com网站导入的)。旧网址设置为http://www.mywebsite.com/blog/2013/12/11/so-what-is-this-thing-they-call-conservation/
我需要他们集体重定向到主网址和帖子名称,如:http://www.mywebsite.com/so-what-is-this-thing-they-call-conservation/
提前感谢您的任何指导。
答案 0 :(得分:0)
位于htaccess文件的顶部:
RewriteEngine On
RewriteRule ^blog/[0-9]+/[0-9]+/(.*)$ /$1 [L,R]