Changed url rewrite sample regex to be more specific
This commit is contained in:
parent
cfe8518fa4
commit
13c145780c
|
|
@ -1,7 +1,7 @@
|
||||||
<rewrite>
|
<rewrite>
|
||||||
<rules>
|
<rules>
|
||||||
<rule name="Rewrite 20 to 10" stopProcessing="true">
|
<rule name="Rewrite 20 to 10" stopProcessing="true">
|
||||||
<match url="(.*)" />
|
<match url="^app$" />
|
||||||
<conditions>
|
<conditions>
|
||||||
<add input="{QUERY_STRING}" pattern="id=20" />
|
<add input="{QUERY_STRING}" pattern="id=20" />
|
||||||
</conditions>
|
</conditions>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue