Hi there,
I am looking at writing an ecommerce platform just for working practice and a small project of mine. I am at the stage where i want to start writing the URL's and SEO friednly URL's.
My problem is i have wrote the system to have unlimited categories / sub categories and making my navigation is causing me some problems.
my ideal url would be:
http://mydomain.com/products/first-category/second-category/productname.aspx
and in order to achieve this i am thinking about looping back to the database where the parentid=. but i feel this is not going to be best practice and doing this for every category and sub category and product for each page seems wrong.
can anyone help how to achieve this ?
I have knowledge of using www.urlrewriting.net and writing the website in asp.net 3.5 but its the technical answer of looping gettings the names etc i need help with.
If you require anymore information i am happy to answer any questions and hope someone can help me achieve this.
Thanks