admin管理员组文章数量:1391991
Is there any way to redirect following or anything permalink like this:
.html
to
/
Any link with a .html in the end to / in the end.
Is there any way to redirect following or anything permalink like this:
http://www.example/2014/02/post-title.html
to
http://www.example/2014/02/post-title/
Any link with a .html in the end to / in the end.
Share Improve this question asked Feb 19, 2014 at 18:57 Hardeep AsraniHardeep Asrani 6922 gold badges10 silver badges24 bronze badges 2- You could just keep the permalinks intact and not worry about it by adding .html to your permalinks. There are also a few plugins that can help with the transition google/search?q=blogger+to+wordpress+redirection – westondeboer Commented Feb 19, 2014 at 19:53
- I know bout that, but I'm writing a tutorial about how to migrate & was wondering if there's any to make a redirection using .htaccess or functions.php. – Hardeep Asrani Commented Feb 20, 2014 at 12:22
1 Answer
Reset to default 1You can set up the redirection on the .htaccess file, adding this row:
RewriteRule ^\d{4}/\d{2}/(.+)\.html$ http://www.example/$1/? [R=301,L]
本文标签: redirectBlogger To WordPress Permalink Redirection
版权声明:本文标题:redirect - Blogger To WordPress Permalink Redirection 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744731163a2622056.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论