Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为 htaccess 寻找有效的重定向代码。大约有 200 个链接(实际上所有请求都会通过重定向)
目标:
http://example.com/pages.shtml被重定向到http://example.com/pages
http://example.com/pages.shtml
http://example.com/pages
应该是301重定向记住页面排名保留
RewriteRule ^([^/]+)\.shtml http://example.com/$1 [L,R=301]