How to redirect a form's get variables with IIS7
Posted
by Gareth
on Stack Overflow
See other posts from Stack Overflow
or by Gareth
Published on 2010-03-16T17:14:04Z
Indexed on
2010/03/16
17:21 UTC
Read the original article
Hit count: 233
url-rewriting
|iis7
Is it possible (and if so how) to redirect the url from a forms get variables into something more url friendly using IIS 7's URL Rewrite module. An example would be
/Catalog/Search/Title=Something&Order=Price into /Catalog/Search/Title/Something/Order/Price
Thanks for any suggestions
© Stack Overflow or respective owner