In a multilanguage website prior to DNN6 urls have a format like:
http://www.mywebsite.com/ThePath/ToThe/Actual/Page/tabid/63/language/es-ES/Default.aspx
This same page in DNN6 will be:
http://www.mywebsite.com/es-es/thepath/tothe/actual/page.aspx
What is the best way to redirect all urls to the new ones in a "nice" SEO way? Is that supported by DNN or we need additional components?