Hi all
i'm busy setting up a setup like this:
- Content Delivery server : www.site.com (load balanced on 3 servers)
- Content Authoring server: cms.site.com (1 server of the 3 to edit content on)
The content authoring server doubles as a Content Delivery server as well.
I tried to setup something like this but it seems i'm getting some issues with it:
- When i switch to Editing a page it correctly goes to cms.site.com, but when i leave editing mode and publish the changes, the url sticks to cms.site.com instead of going to www.site.com
- An internal hyperlink to another page is incorrectly linked as cms.site.com/page1 in stead of www.site.com/page1
Is there some specific setting that i need to set to make Episerver behave in a correct way? What i did is change the 'uiUrl' to 'cms.site.com/episerver/cms' in the ApplicationSettings tag in Web.config.
I found a link here: https://world.episerver.com/documentation/developer-guides/CMS/configuration/changing-edit-and-admin-view-urls/
But this refers to relative url within the site, not a different subdomain.
I'm using the latest version of Episerver for my setup.
Any help would be quite welcome!
Kind regards