提问人:Naren Verma 提问时间:11/2/2023 更新时间:11/2/2023 访问量:18
如何将博客分页页面重定向到另一个 URL?
How to redirection blog pagination pages to another URL?
问:
我的页面上有以下网址,我必须将以下所有网址重定向到https://www.example.com/blog/
https://www.example.com/category/blog/page/5/
https://www.example.com/category/blog/page/6/
https://www.example.com/category/blog/page/7/
等等
我尝试了两个代码,但两个代码都不起作用
1. RewriteRule ^category/blog/page/$ https://www.example.com/blog/ [R=301,L]
2. RewriteRule (.*/)page/\d+/?$ https://www.example.com/blog/ [R=301,L]
答: 暂无答案
评论
$
.../page/