我将一些静态 html 文件/url 重定向到一些新的 url,如下所示:
Redirect 301 / http://newsite.com
Redirect 301 /pageA.html http://newsite.com/subfolder/page-a/
Redirect 301 /pageA-B.html http://newsite.com/subfolder/page-a/page-b/
但是,生成的 url 看起来像这样:
http://newsite.com/subfolder/pageA-B.html/
代替
http://newsite.com/subfolder/page-a/page-b/
为什么我的 url 重定向会沿旧路径传递?