[ISAPI_Rewrite]

# 3600 = 1 hour
CacheClockRate 3600

RepeatLimit 32

# Protect httpd.ini and httpd.parse.errors files
# from accessing through HTTP
RewriteRule ^/httpd(?:\.ini|\.parse\.errors).* [F,I,O]

RewriteCond Host: (?!www|my|post|huoche)([a-zA-Z0-9_]+)\.ehuanw\.com
RewriteRule ^/(index\.htm)? /html/$1/index\.htm [I]

RewriteCond Host: (?!www|my|post|huoche)([a-zA-Z0-9_]+)\.ehuanw\.com
RewriteRule ^/([a-zA-Z0-9_-]+)/? /html/$1/$2/index\.htm [I]

RewriteCond Host: (?!www|my|post|huoche)([a-zA-Z0-9_]+)\.ehuanw\.com
RewriteRule ^/([a-zA-Z0-9_-]+)/(index\.htm)? /html/$1/$2/index\.htm [I]

RewriteCond Host: (?!www|my|post|huoche)([a-zA-Z0-9_]+)\.ehuanw\.com
RewriteRule ^/([a-zA-Z0-9_-]+)/(index2\.htm) /html/$1/$2/index2\.htm [I]

RewriteCond Host: (?!www|my|post|huoche)([a-zA-Z0-9_]+)\.ehuanw\.com
RewriteRule ^/([a-zA-Z0-9_-]+)/([0-9]+x)\.htm /html/$1/$2/$3\.htm [I]

RewriteCond Host: (?!www|my|post|huoche)([a-zA-Z0-9_]+)\.ehuanw\.com
RewriteRule ^/([a-zA-Z_-]+)\.htm /html/$1/$2\.htm [I]

 

RewriteRule /b([0-9]+)c([0-9]+).htm /channel\.asp\?bigcityid=$1&ctype=$2