We have an installation with three domains/sites (A,B and C).
User goes into site admin from A/Umbraco/ and edits a page (About.aspx) belonging to site B and then publishes it.
Browses to site B/About.aspx and the changes are not visible.
Goes to site admin for B/Umbraco/, edits the same page (About.aspx) and publishes this page.
Browse to site B/About.aspx and the changes ARE visible.
Does publishing a page ONLY refresh the cache/Umbraco.config if the publishing is done from the same domain name, or is there a value that can be set in the confif files that allows publishing across domains?
Multiple Domains - what gets published when?
Does anyone know the answer to this one:
We have an installation with three domains/sites (A,B and C).
User goes into site admin from A/Umbraco/ and edits a page (About.aspx) belonging to site B and then publishes it.
Browses to site B/About.aspx and the changes are not visible.
Goes to site admin for B/Umbraco/, edits the same page (About.aspx) and publishes this page.
Browse to site B/About.aspx and the changes ARE visible.
Does publishing a page ONLY refresh the cache/Umbraco.config if the publishing is done from the same domain name, or is there a value that can be set in the confif files that allows publishing across domains?
Regards
Iain
Perhaps the user actually sees the wrong node. Try setting useDomainPrefixes in the umbracoSettings.config file to true.
Jeroen
is working on a reply...