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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[使用] 有没有IIS7的伪静态规则

[复制链接]
chntsc 发表于 2011-1-31 08:58:10 | 显示全部楼层 |阅读模式
有没有IIS7的伪静态规则

有没有IIS7的伪静态规则

有没有IIS7的伪静态规则
 楼主| chntsc 发表于 2011-1-31 13:10:05 | 显示全部楼层
  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}&amp;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}&amp;action={R:3}&amp;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}&amp;action={R:3}&amp;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}&amp;tagid={R:3}" />
  26. </rule>
  27.     </rules>
  28. </rewrite>
复制代码
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-18 10:43 , Processed in 0.038122 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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