Search
Home IIS.NET Forums IIS 7 and Above URL Rewrite Module Accessing Application Relative URI in Rewrite Maps Re: Accessing Application Relative URI in Rewrite Maps
55 Posts
Apr 06, 2009 11:57 AM|lonevvolf|LINK
Just answered my own question. I just changed the match rule to look like this:
<
</
55 Posts
Re: Accessing Application Relative URI in Rewrite Maps
Apr 06, 2009 11:57 AM|lonevvolf|LINK
Just answered my own question. I just changed the match rule to look like this:
<rule name="Rewrite Map" stopProcessing="false"><
match url="^(.*)" /> <conditions><
add input="{SearchMachineMap:{R:1}}" pattern="(.+)" /> </conditions><
action type="Rewrite" url="{C:1}" appendQueryString="false" /></
rule>