寻找一个有效的重定向代码。大约有 200 个链接(几乎所有请求都将通过重定向)
目标:
-
http://example.com/pages.shtml
重定向到http://example.com/pages
-
应该是 301 重定向,牢记页面排名保留
RewriteRule ^([^/]+).shtml http://example.com/$1 [L,R=301]