We upgraded from DNN 3.X to 4.4.1 and then finally to 4.5.1
So after all the upgrades were complete, we noticed that during upgrade, DNN had somehow changed all relative paths in the Text/HTML modules to a full IP ADDRESSED URL... or a FULL domain named URL. Thus removing any referenced relative paths.
In other words on places in the Text/HTML module that had referenced a tab id as ../../tabid/69/Default.aspx Changed to http://IP_ADDRESS/tabid/69/Default.aspx and sometimes any image reference in the Text/HTML Module would do the same.
All this would happen after the upgrade from 3.X to 4.x
Any Ideas why this would happen? Why the DNN upgrade from 3.X would change relative listed paths to a full URL path in 4.4.1 or 4.5.1 DNN versions?
WHAT HAPPENED?