hi,
On my landing page the user can make a search for a product.
this takes them to a page such as
www.Mysite.com/xxxxxxxxxxxxx.aspx?CategoryId=5&GenreId=3
In web config I have installed Intelligencia.UrlRewriter code which works
my question is should I be replacing the above URL to the one below for each case
example
<rewrite url="^~/JOHNSMITHCOAT" to="~/xxxxxxxxxxxxxxxaspx?/xxxxxxxxxxxxx.aspx?CategoryId=5&GenreId=3"/>
another example would be
http://xxxxxxxxxxx ...
Go to the complete details ...