Issue with url on multi-site setup in Flexible load balancing
Setup:
Umbraco Version: 7.4.3
Flexible load balancing
Sites:
www-admin.mainsite.com >> where we access the backoffice in load balanced environment
www.mainsite.com
www.mainsite.com/secondarysite
Two issues:
URL Tracker plugin > Renaming a page in www.mainsite.com is fine. It creates an entry in the URL Tracker page. But if the renamed site is from the subsite like www.mainsite.com/secondarysite there are no entries created.
Referencing to a subsite using content picker property > When picking a page in a subsite using content picker, the url of the a tag uses the admin url e.g. www-admin.mainsite.com/secondarysite/page-1. But if we pick a page from the main site, the url is ok e.g. www.mainsite.com/page-1.
I figured these two are connected so I placed them in the same post.
if i look at the UmbracoServer table, these are the entrees:
(not actual names. I renamed path but same pattern)
Issue with url on multi-site setup in Flexible load balancing
Setup:
Umbraco Version: 7.4.3
Flexible load balancing
Sites:
Two issues:
URL Tracker plugin > Renaming a page in www.mainsite.com is fine. It creates an entry in the URL Tracker page. But if the renamed site is from the subsite like www.mainsite.com/secondarysite there are no entries created.
Referencing to a subsite using content picker property > When picking a page in a subsite using content picker, the url of the a tag uses the admin url e.g. www-admin.mainsite.com/secondarysite/page-1. But if we pick a page from the main site, the url is ok e.g. www.mainsite.com/page-1.
I figured these two are connected so I placed them in the same post.
if i look at the UmbracoServer table, these are the entrees: (not actual names. I renamed path but same pattern)
Hi,
When we've setup multi-sites we've not normally included the admin URL in the domains. Removing that may help but may also give other issues.
Something to try?
Thanks Andy
it doesnt work. thank you though
is working on a reply...