李帅的博客

软件开发爱好者

  C++博客 :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理 ::
  14 随笔 :: 3 文章 :: 4 评论 :: 0 Trackbacks
RewriteEngine On
RewriteBase /
RewriteRule ^(.*)gobuy-([0-9]+).html$ $1gobuy.php\?iid=$2
RewriteRule ^(.*)goods-([0-9]+).html$ $1goods.php\?iid=$2
RewriteRule ^(.*)list-([0-9]+).html$ $1list.php\?catid=$2
RewriteRule ^(.*)list-([0-9]+)-([0-9]+)-([0-9]+)-([0-9]+).html$ $1list.php\?catid=$2&sortnum=$3&sp=$4&ep=$5
RewriteRule ^(.*)list-([0-9]+)-([0-9]+)-([0-9]+)-([0-9]+)-([0-9]+).html$ $1list.php\?catid=$2&sortnum=$3&sp=$4&ep=$5&page=$6
RewriteRule ^(.*)list-([0-9]+)-([0-9]+)-([0-9]+)-([0-9]+)-(.+)-([0-9]+).html$ $1list.php\?catid=$2&sortnum=$3&sp=$4&ep=$5&sq=$6&page=$7
RewriteRule ^(.*)list-(.+)-([0-9]+).html$ $1list.php\?sq=$2&catid=$3 [L]
RewriteRule ^(.*)goshop-(.+)-([0-9]+)-([0-9]+)-([0-9]+)-([0-9]+).html$ $1goshop.php\?snick=$2&sortnum=$3&sp=$4&ep=$5&page=$6
RewriteRule ^(.*)goshop-(.+)-([0-9]+)-([0-9]+)-([0-9]+)-(.+)-([0-9]+).html$ $1goshop.php\?snick=$2&sortnum=$3&sp=$4&ep=$5&sq=$6&page=$7
RewriteRule ^(.*)goshop-(.+).html$ $1goshop.php\?snick=$2 [L]
#RewriteRule ^(.*)shop-(.+).html$ $1shop.php\?nick=$2 [L]
posted on 2012-01-06 21:53 李帅 阅读(66) 评论(0)  编辑 收藏 引用

只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理