How to redirect a form's get variables with IIS7
- by Gareth
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