这条规则实际上做了什么吗?看起来它只是按照它已经写给我的方式重写了url。我错过了什么吗?
试图采取措施摆脱出境重写规则,我甚至对这个目的的目的感到困惑。
<rule name="Outbound clean rewrite catch other pages2" preCondition="IsHTML">
<match filterByTags="A" pattern="^([_a-zA-z-0-9&.%]+).aspx([_a-zA-z-0-9&.%=?]*)$" />
<action type="Rewrite" value="/{R:1}.aspx{R:2}" />
<conditions>
<add input="{URL}" pattern="\.axd$" negate="true" />
</conditions>
</rule>