账号通
    

账号  

密码  

89122

查看

224

回复
主题:KesionCMS V8.0x rewrite伪静态规则 [收藏主题] 本贴被认定为精华 转到:  
科汛官方 当前离线

47268

主题

145

广播

405

粉丝
添加关注
级别:管理员

用户积分:101604 分
登录次数:7935 次
注册时间:2006/12/7
最后登录:2023/12/14
科汛官方 发表于:2011/9/1 18:14:10   | 只看该作者 查看该作者主题 楼主 
科汛在线考试系统(NET)

[ISAPI_Rewrite]

# 3600 = 1 hour

CacheClockRate 3600

RepeatLimit 32

# Protect httpd.ini and httpd.parse.errors files

# from accessing through HTTP

#模型通用

RewriteRule /thread\-(\d+)\-(\d+)\.html /item/show\.asp\?d=$1&m=$2 [N,I]

RewriteRule /thread\-(\d+)\-(\d+)\-(\d+)\.html /item/show\.asp\?d=$1&m=$2&p=$3 [N,I]

RewriteRule /thread\-(\d+)\-(\d+)\-(\d+)\-(\d+)\.html /item/show\.asp\?d=$1&m=$2&p=$3&pt=$4 [N,I]

RewriteRule /list\-(\d+)\.html /item/list\.asp\?id=$1 [N,I]

RewriteRule /list\-(\d+)\-(\d+)\.html /item/list\.asp\?id=$1&page=$2 [N,I]

#小论坛

RewriteRule /forumthread\-(\d+)\.html /club/display\.asp\?id=$1 [N,I]

RewriteRule /forumthread\-(\d+)\-(\d+)\.html /club/display\.asp\?id=$1&page=$2 [N,I]

RewriteRule /forum\-(\d+)\.html /club/index\.asp\?boardid=$1 [N,I]

RewriteRule /forum\-(\d+)\-(\d+)\.html /club/index\.asp\?boardid=$1&page=$2 [N,I]

#求职系统

RewriteRule /companyshow\-(\d+)\.html /job/company_show\.asp\?id=$1 [N,I]

RewriteRule /jobread\-(\d+)\.html /job/job_read\.asp\?id=$1 [N,I]

RewriteRule /jianli\-(\d+)\.html /job/jianli/index\.asp\?$1 [N,I]



#问答系统

RewriteRule /ask/list-(\d+)\.html /ask/showlist\.asp\?id=$1 [N,I]

RewriteRule /ask/list-(\d+)-(\d+)-(\d+)\.html /ask/showlist\.asp\?id=$1&page=$2&m=$3 [N,I]

RewriteRule /ask/show-(\d+)\.html /ask/q\.asp\?id=$1 [N,I]

RewriteRule /ask/show-(\d+)-(\d+)\.html /ask/q\.asp\?id=$1&page=$2 [N,I]

#团购

RewriteRule /groupbuy(/){0,1} /shop/groupbuy.asp

RewriteRule /groupbuy/history(/){0,1} /shop/groupbuy.asp\?flag=history

RewriteRule /groupbuy/history\.html\?c=(\d+) /shop/groupbuy.asp\?flag=history&categoryid=$1 [N,I]

RewriteRule /groupbuy/history\.html\?p=(\d+) /shop/groupbuy.asp\?flag=history&p=$1 [N,I]

RewriteRule /groupbuy/history\.html\?p=(\d+)&c=(\d+) /shop/groupbuy.asp\?flag=history&p=$1&categoryid=$2 [N,I]

RewriteRule /groupbuy/history\.html\?page=(\d+)&flag=history&categoryid=(\d+) /shop/groupbuy.asp\?flag=history&page=$1&categoryid=$2 [N,I]

RewriteRule /groupbuy/history\.html\?page=(\d+)&flag=history&p=(\d+) /shop/groupbuy.asp\?flag=history&page=$1&p=$2 [N,I]

RewriteRule /groupbuy/history\.html\?page=(\d+)&flag=history&p=(\d+)&categoryid=(\d+) /shop/groupbuy.asp\?flag=history&page=$1&p=$2&categoryid=$3 [N,I]

RewriteRule /groupbuy/history(/){0,1}\?page=(\d+)&flag=history /shop/groupbuy.asp\?flag=history&page=$2 [N,I]

RewriteRule /groupbuy/show-(\d+)\.html /shop/groupbuyshow\.asp\?id=$1 [N,I]

RewriteRule /groupbuy/cart\.html /shop/groupbuycart\.asp

RewriteRule /groupbuy/cart-(\d+)\.html /shop/groupbuycart\.asp\?id=$1 [N,I]

#空间门户



  #博客列表

  RewriteRule (/space){0,1}/blog-((\%|\w)*) /space/index\.asp\?$2\/blog [N,I]

  #新鲜事

  RewriteRule (/space){0,1}/fresh-((\%|\w)*) /space/index\.asp\?$2\/fresh [N,I]

  #论坛话题

  RewriteRule (/space){0,1}/club-((\%|\w)*) /space/index\.asp\?$2\/club [N,I]

  #日志内容页

  RewriteRule (/space){0,1}/list-((\%|\w)*)-(\d+).html /space/index\.asp\?$2\/log\/$4 [N,I]

  #相册列表

  RewriteRule (/space){0,1}/album-((\%|\w)*) /space/index\.asp\?$2\/album [N,I]

  RewriteRule (/space){0,1}/showalbum-((\%|\w)*)-(\d+) /space/index\.asp\?$2\/showalbum\/$4 [N,I]

  RewriteRule (/space){0,1}/showalbum-((\%|\w)*)-(\d+)-(\d+) /space/index\.asp\?$2\/showalbum\/$4\/$5 [N,I]

  #圈子列表

  RewriteRule (/space){0,1}/group-((\%|\w)*) /space/index\.asp\?$2\/group [N,I]

  #好友列表

  RewriteRule (/space){0,1}/friend-((\%|\w)*) /space/index\.asp\?$2\/friend [N,I]

  #文集列表

  RewriteRule (/space){0,1}/xx-((\%|\w)*) /space/index\.asp\?$2\/xx [N,I]

  #小档案

  RewriteRule (/space){0,1}/info-((\%|\w)*) /space/index\.asp\?$2\/info [N,I]

  #留言页

  RewriteRule (/space){0,1}/message-((\%|\w)*) /space/index\.asp\?$2\/message [N,I]

  #公司介绍

  RewriteRule (/space){0,1}/intro-((\%|\w)*) /space/index\.asp\?$2\/intro [N,I]

  #企业新闻列表页

  RewriteRule (/space){0,1}/news-((\%|\w)*) /space/index\.asp\?$2\/news [N,I]

  #企业新闻内容页

  RewriteRule (/space){0,1}/show-news-((\%|\w)*)-(\d+).html /space/index\.asp\?$2\/shownews\/$4 [N,I]

  #产品列表页

  RewriteRule (/space){0,1}/product-((\%|\w)*) /space/index\.asp\?$2\/product [N,I]

  RewriteRule (/space){0,1}/product-((\%|\w)*)-(\d+).html /space/index\.asp\?$2\/product\/$4 [N,I]

  #产品内容页

  RewriteRule (/space){0,1}/show-product-((\%|\w)*)-(\d+).html /space/index\.asp\?$2\/showproduct\/$4 [N,I]

  #图片作品页

  RewriteRule (/space){0,1}/show-photo-((\%|\w)*)-(\d+).html /space/index\.asp\?$2\/showphoto\/$4 [N,I]

  #企业招聘页

  RewriteRule (/space){0,1}/job-((\%|\w)*) /space/index\.asp\?$2\/job [N,I]

  #荣誉证书列表页

  RewriteRule (/space){0,1}/ryzs-((\%|\w)*) /space/index\.asp\?$2\/ryzs [N,I]

  #空间首页

  RewriteRule (/space){0,1}/friend /space/friend/index.asp [N,I]

  RewriteRule /space/((\%|\w)*) /space/index\.asp\?$1 [N,I]











 下载信息  [文件大小:88.24 KB 下载次数: 次]
点击下载文件:Rewrite.rar


 
  支持(1) | 反对(0) 回到顶部顶端 回到底部底部
gxjss 当前离线

347

主题

3

广播

1

粉丝
添加关注
级别:三年级

用户积分:1418 分
登录次数:107 次
注册时间:2009/2/12
最后登录:2016/12/21
gxjss 发表于:2011/9/1 18:15:10   | 只看该作者 查看该作者主题 沙发 
科汛在线商城系统(NET)

一楼 速战





哈哈    第一次坐沙发~~~~~  :L



支持V8.0,等发布正式版 在升级。。。

 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
lengxue 当前离线

3043

主题

18

广播

4

粉丝
添加关注
级别:大二

用户积分:10430 分
登录次数:1605 次
注册时间:2009/1/13
最后登录:2022/9/16
lengxue 发表于:2011/9/1 18:52:08   | 只看该作者 查看该作者主题 藤椅 
 
想旅游就来就爱旅游网
[url]http://bbs.shangrila66.com[/url]
大香格里拉旅游王国
[url]http://www.shangrila66.com[/url]
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
ezhai200815 当前离线

252

主题

0

广播

0

粉丝
添加关注
级别:二年级

用户积分:2267 分
登录次数:237 次
注册时间:2010/6/5
最后登录:2016/5/21
ezhai200815 发表于:2011/9/1 19:11:52   | 只看该作者 查看该作者主题 板凳 
 
五洲教育网,科汛系统制造www.wuzhou99.com
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
ezhai200815 当前离线

252

主题

0

广播

0

粉丝
添加关注
级别:二年级

用户积分:2267 分
登录次数:237 次
注册时间:2010/6/5
最后登录:2016/5/21
ezhai200815 发表于:2011/9/1 19:13:40   | 只看该作者 查看该作者主题 报纸 
 
五洲教育网,科汛系统制造www.wuzhou99.com
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
tianhui 当前离线

11

主题

0

广播

0

粉丝
添加关注
级别:学前班

用户积分:12 分
登录次数:3 次
注册时间:2011/8/30
最后登录:2011/9/1
tianhui 发表于:2011/9/1 20:56:01   | 只看该作者 查看该作者主题 地板 
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
lz98ds2 当前离线

46

主题

1

广播

0

粉丝
添加关注
级别:学前班

用户积分:457 分
登录次数:34 次
注册时间:2009/2/20
最后登录:2015/5/29
lz98ds2 发表于:2011/9/1 21:37:16   | 只看该作者 查看该作者主题 7楼 
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
sshaobing 当前离线

31

主题

0

广播

0

粉丝
添加关注
级别:学前班

用户积分:30 分
登录次数:25 次
注册时间:2011/7/1
最后登录:2012/3/6
sshaobing 发表于:2011/9/1 22:01:31   | 只看该作者 查看该作者主题 8楼 
科汛在线商城系统(NET)
这么好的东西,没人支持吗?我准备上科讯了,观察科讯有近一年时间了
 
www.baoiu.com
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
tyjs 当前离线

2

主题

0

广播

0

粉丝
添加关注
级别:学前班

用户积分:9 分
登录次数:7 次
注册时间:2011/8/30
最后登录:2011/11/6
tyjs 发表于:2011/9/1 22:28:26   | 只看该作者 查看该作者主题 9楼 
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
qujing 当前离线

101

主题

0

广播

0

粉丝
添加关注
级别:学前班

用户积分:337 分
登录次数:39 次
注册时间:2008/11/26
最后登录:2013/10/11
qujing 发表于:2011/9/2 0:34:05   | 只看该作者 查看该作者主题 10楼 
 
  支持(1) | 反对(0) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行0.83203秒 powered by KesionCMS 9.0