IIS7 UrlRewrite 正则表达式写法 20

http://www.qunaly.com/xinxi/12063_2.html这个链接不能显示想要的页面总是和http://www.qunaly.com/xinxi/1... http://www.qunaly.com/xinxi/12063_2.html 这个链接不能显示想要的页面 总是和
http://www.qunaly.com/xinxi/12063/ 显示一样的页面

web.config 书写方式如下
<rule name="rule10" stopProcessing="true">
<match url="^xinxi/([0-9]+)" />
<action type="Rewrite" url="info/show.asp?id={R:1}" />
</rule>
<rule name="rule12" stopProcessing="true">
<match url="^xinxi/([0-9]+)_([0-9]+).html" />
<action type="Rewrite" url="info/show.asp?id={R:1}&page={R:2}" />
</rule>

希望给写出正确的正则表达式
已经解决!添加¥ 符号
<rule name="rule10" stopProcessing="true">
<match url="^xinxi/([0-9]+)$" />
<action type="Rewrite" url="info/show.asp?id={R:1}" />
</rule>
展开
 我来答
  • 你的回答被采纳后将获得:
  • 系统奖励15(财富值+成长值)+难题奖励10(财富值+成长值)+提问者悬赏20(财富值+成长值)
我的健康我掌握
2015-05-27 · TA获得超过828个赞
知道小有建树答主
回答量:1757
采纳率:50%
帮助的人:462万
展开全部
你把两个规则前后换一下
规则没错
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式