htaccess的高效重定向代码

时间:2011-05-20 06:55:48

标签: .htaccess redirect pagerank

寻找htaccess的高效重定向代码。 大约有200个链接(几乎所有请求都将通过重定向)

目标:

  1. http://example.com/pages.shtml被重定向到http://example.com/pages

  2. 应该是301重定向,牢记页面排名保存

1 个答案:

答案 0 :(得分:0)

RewriteRule ^([^/]+)\.shtml http://example.com/$1 [L,R=301]