码迷,mamicode.com
首页 > 其他好文 > 详细

配置文件中的——RewriterConfig

时间:2017-02-11 12:46:57      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:html   rewrite   文件中   配置   asp   sendto   bsp   end   ndt   

<RewriterConfig>
<Rules>
<RewriterRule>
<LookFor>~/about.html</LookFor>
<SendTo>~/about.aspx</SendTo>
</RewriterRule>
<RewriterRule>
<LookFor>~/about_(\d{1,4}).html</LookFor>
<SendTo>~/about.aspx?id=$1</SendTo>
</RewriterRule>
</Rules>
</RewriterConfig>  规则

配置文件中的——RewriterConfig

标签:html   rewrite   文件中   配置   asp   sendto   bsp   end   ndt   

原文地址:http://www.cnblogs.com/Sea1ee/p/6388928.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!