1

我的博客网址中有这样的:

www.miblog.com/post-name/1.html
www.miblog.com/post-name-two/2.html
www.miblog.com/other-post/3.html

我已将永久链接更改为

www.miblog.com/post-name/
www.miblog.com/post-name-two/
www.miblog.com/other-post/

我想从 olds url 到 news url 进行 301 重定向。我可以用 htaccess 做到这一点吗?

该博客使用 Wordpress 运行。

谢谢。

4

1 回答 1

1

将此代码放在所有其他规则之上

RewriteRule ^(.+?)/[^.]+\.html$ $1/ [L,NC,R=301]
于 2013-08-19T13:24:27.797 回答