Changed url rewrite sample regex to be more specific

This commit is contained in:
Mikael Mengistu 2016-10-14 17:21:41 -07:00 committed by GitHub
parent cfe8518fa4
commit 13c145780c
1 changed files with 1 additions and 1 deletions

View File

@ -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>