I have been developing DNN sites locally and then uploading to a remote host. The local sites are created in a sub-folder of wwwroot, as suggested in your tutorials. When images or other files located in the portal root are inserted into the site, the path to the file includes the folder name of the DNN installation (/SunsetsWestInc/Portals/0/image.jpg). When these sites are moved to a remote host, all URLs to linked files are invalid because they still contain the local folder name. I've been having to modify each URL to remove the folder reference. Is there something I can do with my local DNN instance (other than putting it in wwwroot) that will allow internal links to work after transfer to the remote host without having to edit every URL? Thanks,
Ed |