Hi,
I want to convert my urls to single type permanent link.
eg:
site.com/categories : all categories page - url: /AllCategories.aspx
site.com/stories : category page - url: /Category.aspx?catid=22&cattype=st
site.com/alice-in-wonderland :detail page /Content.aspx?id=22
site.com/little-red-riding-hood :detail page /Content.aspx?id=23
site.com/contact-us : url: contact.aspx
I dont want this:
site.com/stories/alice-in-wonderland
Which method would you recommend for me?
Thank you
Go to the complete details ...