Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[分享] 分享IIS7伪静态规则

[复制链接]
chntsc 发表于 2011-1-31 13:11:10 | 显示全部楼层 |阅读模式
  1. <rewrite>
  2.     <rules>
  3. <rule name="Store">
  4.     <match url="^(.*/)*store-(.+).html\?*(.*)$" />
  5.     <action type="Rewrite" url="{R:1}/store.php\?id={R:2}" />
  6. </rule>
  7. <rule name="Store id">
  8.     <match url="^(.*/)*store-([0-9]+)-([a-z]+).html\?*(.*)$" />
  9.     <action type="Rewrite" url="{R:1}/store.php\?id={R:2}&action={R:3}" />
  10. </rule>
  11. <rule name="Store xid">
  12.     <match url="^(.*/)*store-([0-9]+)-([a-z]+)-([0-9]+).html\?*(.*)$" />
  13.     <action type="Rewrite" url="{R:1}/store.php\?id={R:2}&action={R:3}&xid={R:4}" />
  14. </rule>
  15. <rule name="Store catid">
  16.     <match url="^(.*/)*store-([0-9]+)-([a-z]+)-catid-([0-9]+).html\?*(.*)$" />
  17.     <action type="Rewrite" url="{R:1}/store.php\?id={R:2}&action={R:3}&catid={R:4}" />
  18. </rule>
  19. <rule name="Street catid">
  20.     <match url="^(.*/)*street-([0-9]+).html\?*(.*)$" />
  21.     <action type="Rewrite" url="{R:1}/street.php\?catid={R:2}" />
  22. </rule>
  23. <rule name="Street tagid">
  24.     <match url="^(.*/)*street-([0-9]+)-([0-9]+).html\?*(.*)$" />
  25.     <action type="Rewrite" url="{R:1}/street.php\?catid={R:2}&tagid={R:3}" />
  26. </rule>
  27.     </rules>
  28. </rewrite>
复制代码
qcjxberin 发表于 2011-3-17 09:49:17 | 显示全部楼层
这个要怎么用的?
回复

使用道具 举报

liweipeng 发表于 2011-3-19 17:09:10 | 显示全部楼层
请问楼主,添加进web.config之后,在店铺内,无论点哪个链接都是只显示店铺首页,怎么解决?
回复

使用道具 举报

 楼主| chntsc 发表于 2011-3-20 14:32:45 | 显示全部楼层
回复 liweipeng 的帖子

这个问题是官方问题,我也很伤神,又换回2003系统了,规则是正确的,程序有问题,不兼容IIS7

我已经反应很多次了,春节前就反应了,就是没回答
回复

使用道具 举报

liweipeng 发表于 2011-4-16 15:37:15 | 显示全部楼层
chntsc 发表于 2011-3-20 14:32
回复 liweipeng 的帖子

这个问题是官方问题,我也很伤神,又换回2003系统了,规则是正确的,程序有问题,不 ...

记得这个品牌空间的程序没升级前用程序提供的规则是可行的,更新一次程序后,就404了!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-18 16:23 , Processed in 0.027129 second(s), 6 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表