http://delphi.net.cn 过去使用discuz6.1升级为x3.2后百度收录的一些页面没法打开,通过修改.htaccess实现了页面301跳转,分享给大家

RewriteRule stats.php misc.php?mod=stat [L,R=301]
RewriteCond %{QUERY_STRING} tid=([0-9]+)&goto=(w+)$
RewriteRule ^redirect.php$ forum.php?mod=redirect&tid=%1&goto=%2&fid=%3 [L,R=301]