How do you rewrite urls in Catalook module?
Hi, The catalook extension provide the following mappings: ProductId -|> ProductName CategoryId -|> CategoryName The default provider also provides the mapping: TabId -|> Dnn Page Name Accordinlgy, for the original DNN urls: http://www.catalook.net/S...e/fr-FR/Default.aspx http://www.catalook.net/S...e/fr-FR/Default.aspx You can set up a rule to get respectively: http://www.catalook.net/f...mePage/taquillas/1/a http://www.catalook.net/f...as/taquilla-test/1/a Aricie Team
Hi,
would you be so kind to explain to set these mappings for your example rules ? Thank you, Stefan.
 Hi Stefan,
To set these mapping you should configure your Catalook rewrite rules like following :
[${Scheme}][${UserInfo}][${RootPath}][/${Lang}][/${TabPath,None}][/${TabName}][/${AdvCatName}][/${ProductName}][/${ControlKey}][?${QueryString,QueryStringValue}][#${Fragment,QueryStringFlag}]
To activate extenssion less urls, take a look to this post :  http://www.aricie.com/fr/ressources/support/friendlier-url/catalook-product-details-page/posts.aspx
Best regards, Aricie Team