| Posted: 26 May 2006 at 1:32pm | IP Logged
|
|
|
Hi,
Here is what I'm attempting to do and would like you to tell me which one of the tools is right for me.
I have a typical ecommerce site with these types of URLs:
xx.com/cat_view.asp?cat=Watches&sortid=1
xx.com/cat_view.asp?cat=watches&sortid=1&pageno=2
xx.com/cat_view.asp?cat=watches&sortid=2
I would like to get the category view to be static links, as such:
xx.com/watches/index.htm
But then with when they user ends up on the cat_view page, I "think" I want the rest of the links to be dynamic, because its passing in the sort method as well as the page no. Otherwise the SE's might think I'm spamming.
Whats the best approach and would your recommend I play with isapi rewrite or linkfreeze?
Thanks in advance.
|