Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
After upgrading DNN I noticed that my links have changed and now I have a lot of duplicate content on search engine indices. I would like to redirect the dynamic link
http://www.mydomain.com/subfolder/Articles/tabid/number/more?more
to
http://www.mydomain.com/subfolder/tabid/number/more?more
At this point I do not mind doing so through the web.config. I tried the Simple Redirect Module, but it recognizes my links as http://www.mydomain.com/subfolder/subfolder/... and so I do not want to risk it. I checked the friendly URL settings, but I cannot figure out if that is the right way to do it (if it is, then great).
How should I go about this?