URL rewrite module
Posted
by Learner
on Stack Overflow
See other posts from Stack Overflow
or by Learner
Published on 2010-04-13T22:48:50Z
Indexed on
2010/04/13
22:53 UTC
Read the original article
Hit count: 367
<rule name="Query String Redirect">
<match url="home/address\.aspx\?city=jcity$" />
<action type="Redirect" url="city/jerseycity" appendQueryString="false"/>
</rule>
This does not work. What should be done to make it work?
© Stack Overflow or respective owner