您将下面的规则将http.ini中ec之前的rewrite更新一下
#RewriteCond %{HTTP:Host} (?:www\.)?site1\.com
RewriteRule ^(.*)index\.html$ index\.php [I]
RewriteRule ^(.*)category$ index\.php [I]
RewriteRule ^(.*)feed-c([0-9]+)\.xml$ feed\.php\?cat=$1 [I]
RewriteRule ^(.*)feed-b([0-9]+)\.xml$ feed\.php\?brand=$1 [I]
RewriteRule ^(.*)feed\.xml$ feed\.php [I]
RewriteRule ^(.*)category-([0-9]+)-b([0-9]+)-min([0-9]+)-max([0-9]+)-attr([^-]*)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html$ category\.php\?id=$1&brand=$2&price_min=$3&price_max=$4&filter_attr=$5&page=$6&sort=$7&order=$8 [I]
RewriteRule ^(.*)category-([0-9]+)-b([0-9]+)-min([0-9]+)-max([0-9]+)-attr([^-]*)(.*)\.html$ category\.php\?id=$1&brand=$2&price_min=$3&price_max=$4&filter_attr=$5 [I]
RewriteRule ^(.*)category-([0-9]+)-b([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html$ category\.php\?id=$1&brand=$2&page=$3&sort=$4&order=$5 [I]
RewriteRule ^(.*)category-([0-9]+)-b([0-9]+)-([0-9]+)(.*)\.html$ category\.php\?id=$1&brand=$2&page=$3 [I]
RewriteRule ^(.*)category-([0-9]+)-b([0-9]+)(.*)\.html$ category\.php\?id=$1&brand=$2 [I]
RewriteRule ^(.*)category-([0-9]+)(.*)\.html$ category\.php\?id=$1 [I]
RewriteRule ^(.*)goods-([0-9]+)(.*)\.html$ goods\.php\?id=$1 [I]
RewriteRule ^(.*)article_cat-([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html$ article_cat\.php\?id=$1&page=$2&sort=$3&order=$4 [I]
RewriteRule ^(.*)article_cat-([0-9]+)-([0-9]+)(.*)\.html$ article_cat\.php\?id=$1&page=$2 [I]
RewriteRule ^(.*)article_cat-([0-9]+)(.*)\.html$ article_cat\.php\?id=$1 [I]
RewriteRule ^(.*)article-([0-9]+)(.*)\.html$ article\.php\?id=$1 [I]
RewriteRule ^(.*)brand-([0-9]+)-c([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)\.html brand\.php\?id=$1&cat=$2&page=$3&sort=$4&order=$5 [I]
RewriteRule ^(.*)brand-([0-9]+)-c([0-9]+)-([0-9]+)(.*)\.html brand\.php\?id=$1&cat=$2&page=$3 [I]
RewriteRule ^(.*)brand-([0-9]+)-c([0-9]+)(.*)\.html brand\.php\?id=$1&cat=$2 [I]
RewriteRule ^(.*)brand-([0-9]+)(.*)\.html brand\.php\?id=$1 [I]
RewriteRule ^(.*)tag-(.*)\.html search\.php\?keywords=$1 [I]
RewriteRule ^(.*)snatch-([0-9]+)\.html$ snatch\.php\?id=$1 [I]
RewriteRule ^(.*)group_buy-([0-9]+)\.html$ group_buy\.php\?act=view&id=$1 [I]
RewriteRule ^(.*)auction-([0-9]+)\.html$ auction\.php\?act=view&id=$1 [I]