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
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