Hi, I'm new to this stuff and I was wondering if there is any way to export portal from a child portal and import it into a parent portal (on a different server). The tricky part for me is that I have some images on my site not as skin but as a content and during export to template paths are not changed. So in the result I've got something like this:
My local instance looks like this: http://localhost/myDNNfolder/mySite, file path: http://localhost/myDnnfolder/Portals/mySite/images/img.jpg, file path in source: /myDnnfolder/Portals/mySite/images/img.jpg
My domain should be: http://www.mySite.com, file path: http://www.mySite.com/Portals/mySite/images/img.jpg, source path: /Portals/mySite/images/img.jpg
instead I've got a mix :)
http://www.mySite.com, path: http://www.mySite.com/myDnnfolders/Portals/mySite/images/img.jpg, source: /myDnnfolder/Portals/mySite/images/img.jpg
and of course they aren't loading though all the text is ok. I know I can edit the template and correct the paths but I think that there should be a way to do it automatically. I'm guessing that maybe I've got something wrong in the configuration of dnn or the iis but can't find anything.
I'd appreciate any help.