Linking from sites with managed hostnames to sites without.
Hi
I have a site on one domain, lets call it "example.com" with languages like so:
/en/ <-- example.com/en/
/cn/ <-- example.com/cn/
I want to add another folder with a different hostname (another website is being subsumed, this will use the same doctypes templates etc and share content with the example.com site, but will have it's own css)
/other/ <-- other.com
However if I try and create links from other.com to any example.com pages using the link picker / rich text editor, or the NiceUrl API method then the domain part of the url is omitted (understandably it does not know about it)
Can anyone recommend how I could get this to work? I know every branch where a hostname is not specified should be example.com
Linking from sites with managed hostnames to sites without.
Hi
I have a site on one domain, lets call it "example.com" with languages like so:
I want to add another folder with a different hostname (another website is being subsumed, this will use the same doctypes templates etc and share content with the example.com site, but will have it's own css)
However if I try and create links from other.com to any example.com pages using the link picker / rich text editor, or the NiceUrl API method then the domain part of the url is omitted (understandably it does not know about it)
Can anyone recommend how I could get this to work? I know every branch where a hostname is not specified should be example.com
Something like this? http://www.littlewebempire.com/blog/2013/7/31/accessing-content-pages-outside-the-main-content-tree-via-url-in-umbraco-6/
is working on a reply...