# Helicon ISAPI_Rewrite configuration file
# Version 3.1.0.73

RewriteEngine On
RewriteCompatibility2 On
RepeatLimit 32
RewriteBase 
# unsupported directive: [ISAPI_Rewrite]
# unsupported directive: CacheClockRate 3600

RewriteRule ^\/index.html$ /index.asp

RewriteRule ^\/list-(.*)-(.*)\.html$ /list\.asp\?id=$1&PageNo=$2 [PT]
RewriteRule ^\/list-(.*)\.html$ /list\.asp\?id=$1 [PT]

RewriteRule ^\/show-(.*)-(.*)\.html$ /show\.asp\?id=$1&Page=$2 [PT]
RewriteRule ^\/show-(.*)\.html$ /show\.asp\?id=$1 [PT]

RewriteRule ^\/about-(.*)-(.*)\.html$ /about\.asp\?id=$1&thisPage=$2 [PT]
RewriteRule ^\/about-(.*)\.html$ /about\.asp\?id=$1 [PT]

RewriteRule ^\/book-(.*)\.html$ /book\.asp\?PageNo=$1 [PT]
RewriteRule ^\/book.html$ /book.asp

RewriteRule \/tag-(.*)-(.*)\.html /tag\.asp\?k=$1&PageNo=$2 [PT]
RewriteRule \/tag-(.*)\.html /tag\.asp\?k=$1 [PT]