标签: .htaccess redirect pagerank
寻找htaccess的高效重定向代码。 大约有200个链接(几乎所有请求都将通过重定向)
目标:
http://example.com/pages.shtml被重定向到http://example.com/pages
http://example.com/pages.shtml
http://example.com/pages
应该是301重定向,牢记页面排名保存
答案 0 :(得分:0)
RewriteRule ^([^/]+)\.shtml http://example.com/$1 [L,R=301]