覆盖主目录的httpd.ini,新版比老版多了几条
[ISAPI_Rewrite] RewriteRule ^/biz/show-([\d]+)\.html(\?(.*))*$ /biz/show/index\.aspx\?id=$1 RewriteRule ^/(\d+)\.html(\?(.*))*$ /xinxi/info\.aspx\?id=$1 RewriteRule ^/xinxi/s(\d+)_a(\d+)_m(\d+[.\_\d]*)_p(\d+)\.html(\?(.*))*$ /xinxi/index\.aspx\?s=$1&a=$2&m=$3&p=$4 RewriteRule ^/wap/s(\d+)_a(\d+)_m(\d+[.\_\d]*)_p(\d+)\.html(\?(.*))*$ /wap/index\.aspx\?s=$1&a=$2&m=$3&p=$4 RewriteRule ^/wap/biz/s(\d+)_a(\d+)_p(\d+).html(\?(.*))*$ /wap/biz.aspx\?s=$1&a=$2&p=$3 RewriteRule ^/wap/news/news_s(\d+)_t([^_]+)_p(\d+).html(\?(.*))*$ /wap/news/index\.aspx\?s=$1&t=$2&p=$3 RewriteRule ^/wap/(\d+)\.html(\?(.*))*$ /wap/info\.aspx\?id=$1 RewriteRule ^/wap/biz/(\d+).html(\?(.*))*$ /wap/bizInfo.aspx\?id=$1 RewriteRule ^/wap/news/(\d+).html(\?(.*))*$ /wap/news/news\.aspx\?id=$1 RewriteRule ^/wap/choujiang/(\d+)\.html(\?(.*))*$ /wap/choujiang/info\.aspx\?id=$1 RewriteRule ^/wap/choujiang/s(\d+)_p(\d+)\.html(\?(.*))*$ /wap/choujiang/index\.aspx\?s=$1&p=$2 RewriteRule ^/biz/s(\d+)_a(\d+)_p(\d+)\.html(\?(.*))*$ /biz/index\.aspx\?s=$1&a=$2&p=$3 RewriteRule ^/news/(\d+)\.html(\?(.*))*$ /news/news\.aspx\?id=$1 RewriteRule ^/news/news_s(\d+)_t([^_]+)_p(\d+)\.html(\?(.*))*$ /news/index\.aspx\?s=$1&t=$2&p=$3 RewriteRule ^/choujiang/(\d+)\.html(\?(.*))*$ /choujiang/info\.aspx\?id=$1 RewriteRule ^/choujiang/s(\d+)_p(\d+)\.html(\?(.*))*$ /choujiang/index\.aspx\?s=$1&p=$2 RewriteRule ^/company/company_(\d+)\.html(\?(.*))*$ /company/index\.aspx\?u=$1 RewriteRule ^/company/about_(\d+)\.html(\?(.*))*$ /company/about\.aspx\?u=$1 RewriteRule ^/company/contact_(\d+)\.html(\?(.*))*$ /company/contact\.aspx\?u=$1 RewriteRule ^/company/feedback_(\d+)\.html(\?(.*))*$ /company/feedback\.aspx\?u=$1 RewriteRule ^/company/show_(\d+)_(\d+)\.html(\?(.*))*$ /company/show\.aspx\?u=$1&mid=$2 RewriteRule ^/company/products_(\d+)\.html(\?(.*))*$ /company/products\.aspx\?u=$1 RewriteRule ^/company/products_(\d+)_([^_]+)_(\d+)\.html(\?(.*))*$ /company/products\.aspx\?u=$1&s=$2&p=$3 RewriteRule ^/company/news_(\d+)\.html(\?(.*))*$ /company/news\.aspx\?u=$1 RewriteRule ^/company/news_(\d+)_([^_]+)_(\d+)\.html(\?(.*))*$ /company/news\.aspx\?u=$1&s=$2&p=$3 RewriteRule ^/company/company_c_(\d+)\.html(\?(.*))*$ /company/index\.aspx\?u=$1&r=pc RewriteRule ^/company/company_m_(\d+)\.html(\?(.*))*$ /company/index\.aspx\?u=$1&r=wap RewriteRule ^/company/about_m_(\d+)\.html(\?(.*))*$ /company/about\.aspx\?u=$1&r=wap RewriteRule ^/company/contact_m_(\d+)\.html(\?(.*))*$ /company/contact\.aspx\?u=$1&r=wap RewriteRule ^/company/feedback_m_(\d+)\.html(\?(.*))*$ /company/feedback\.aspx\?u=$1&r=wap RewriteRule ^/company/show_m_(\d+)_(\d+)\.html(\?(.*))*$ /company/show\.aspx\?u=$1&mid=$2&r=wap RewriteRule ^/company/products_m_(\d+)\.html(\?(.*))*$ /company/products\.aspx\?u=$1&r=wap RewriteRule ^/company/products_m_(\d+)_([^_]+)_(\d+)\.html(\?(.*))*$ /company/products\.aspx\?u=$1&s=$2&p=$3&r=wap RewriteRule ^/company/news_m_(\d+)\.html(\?(.*))*$ /company/news\.aspx\?u=$1&r=wap RewriteRule ^/company/news_m_(\d+)_([^_]+)_(\d+)\.html(\?(.*))*$ /company/news\.aspx\?u=$1&s=$2&p=$3&r=wap RewriteRule ^/tishi/NoChecked.html(\?(.*))*$ /tishi/index\.aspx\?s=NoChecked RewriteRule ^/tishi/DutyFree.html(\?(.*))*$ /tishi/index\.aspx\?s=DutyFree RewriteRule ^/tishi/NotFound.html(\?(.*))*$ /tishi/index\.aspx\?s=NotFound RewriteRule ^/tishi/Vip.html(\?(.*))*$ /tishi/index\.aspx\?s=Vip |