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