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.
9 lines
445 B
9 lines
445 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
|
|
|