RewriteEngine On
RewriteCompatibility2 On
RepeatLimit 200
RewriteBase 
# unsupported directive: [ISAPI_Rewrite]

RewriteRule /([a-zA-Z0-9]+)/list-([0-9]+).html     /$1/default.aspx\?p=$2   [NC,N]

RewriteRule /([a-zA-Z0-9]+)/list([a-zA-Z0-9]+)-([0-9]+).html     /$1/default.aspx\?cid=$2&p=$3   [NC,N]

RewriteRule /([a-zA-Z0-9]+)/([0-9]+).html     /$1/detail.aspx\?id=$2   [NC,N]

RewriteRule /([a-zA-Z0-9]+)/search.html\?p=([0-9]+)&key=(.*)     /$1/search.aspx\?p=$2&key=$3   [NU,N]