The new Advanced URL
Management added in DNN 7.1 is great (I'm now on DNN7.2.2). All my URLs look great, except my product
page.I use CataLook ecommerce module.
The default URL is
now like:http://domain.com/Products/Details/ProductID/2
And originally
was:http://domain.com/Default.aspx?tabid=106&ProductID=2
How can I change it
so it's like:http://domain.com/product-name
I've installed the
DnnUrlManagement https://dnnurlmanagement.codeplex.com/
and the 2 providers https://dnnurlproviders.codeplex.com/,
but I don't see any way to do it.
I am willing to
manually enter the before/after mapping for each product.
Is there a way to
enter each mapping in the SiteUrls.config or web.config (if so, how)? Or is there another way (without an external
URL rewriter module, such as iFinity or Aricie)?