Hi guys am creating a product catalogue module for dotnetnuke 7. For the sake of functionality, when the user selects an item it goes to a product details page and appends the url with an id number for that item so the page knows what product to load, fairly standard functionality. My client, however, would like to have user friendly urls so instead going to www.domain.com/product.aspx?id=123 the user can www.domain.com/productname.
I have enabled user friendly urls in the host settings and am wandering if there is a method for adding to this list directly through code when the site admin adds an item to the catalogue so they don't then have to add it to the list separately in the host settings. Just to streamline the process a little. I would guess the list is stored in a table in the database somewhere but can't find it.
Any ideas?