IIS Mod Rewrite

Associate
Joined
13 Nov 2003
Posts
1,567
Location
Manchester
Hi All

Working on giving our site nice SE friendly URLS.

Most of them I can do fine but the issue comes when I start with the dynamic urls, take this example.

display_cat.asp?catid=1&catname=designer-bags

Now I want to write that out as

www.domain.com/cat/designer-bags

I need the ID for the selecting the records etc, but I don't really want to display the ID in the url

Is this possible?

Thanks
Aaron
 
Thats not ideal, as there are so many links that the code would become very bloated very quickly.

Thanks for the idea though, would be ok if we had less links

Aaron
 
Back
Top Bottom