views:

19

answers:

1

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

A: 

Yes it is, but you should dig into this article for how as there are some good details in it: http://learn.iis.net/page.aspx/460/using-url-rewrite-module/

Dustin Laine