Hi all,
We are migrating a site from xxx.com to yyy.com. The content and page structure is different, but many pages has a corresponding page in the new domain, yyy.com and should be redirected to the specific, corresponding page. I want to create permanent redirects in the xxx.com DNN site and the xxx.com will still be online for awhile. We are updating the Tabs table with PermanentRedirect = 1 and URL set to the correct url in the yyy domain. I hope this is the correct way, otherwise, please let me know.
Now, we have a sunblognuke blogging module in the old xxx.com site, and in the new site we are using EasyDNN News. The URLs in the xxx.com domain looks like http://www.xxx.com/Other-pages/Blog/Martas-Montero.... and the new url mighy be something like http://yyy.com/martas-monterosa-blog/ArtMID/878/Ar...
How do we create theese redirects whithone page but many querystrings for different blog posts, that maps to different urls on the new yyy.com site.
We have ifinity urlmaster installed on the xxx.com site (DNN 7.3.4). On the new yyy.com domain we are using DNN 7.4.1 and Advanced URL management.