You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
719 B
12 lines
719 B
RewriteEngine On
|
|
RewriteBase /
|
|
RewriteRule ^tags/(.*)-(.*).html$ /e/tags/index.php?tagid=$1&page=$2
|
|
RewriteRule ^list/([0-9]+)-([0-9]+)-([0-9]+)-(.*)-([0-9]+).html$ /e/action/ListInfo.php?ph=1&classid=$1&fengge=$2&orderby=$3&title=$4&page=$5
|
|
RewriteRule ^muban/([0-9]+)-([0-9]+).html$ /e/action/ShowInfo.php?classid=$1&id=$2
|
|
RewriteRule ^list/([0-9]+).html$ /e/action/ListInfo/?classid=$1
|
|
RewriteRule ^vip/$ /e/action/ListInfo/?classid=105
|
|
RewriteRule ^aboutus/$ /e/action/ListInfo/?classid=116
|
|
RewriteRule ^gvrf/$ /e/action/ListInfo/?classid=117
|
|
RewriteRule ^copyright/$ /e/action/ListInfo/?classid=118
|
|
RewriteRule ^settlecontrac/$ /e/action/ListInfo/?classid=119
|
|
RewriteRule ^help/$ /e/action/ListInfo/?classid=120
|