Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
HI guys,
I got one umbraco instances with 3 sites sitting on it.
Background:
Vic site
site node name: Home
link to document: /home.aspx
alternative links: http://domain
http://www.domain
NSW site
site node name: NSW Home
link to document: /nsw-home.aspx
alternative links: http://domainnsw
http://www.domainnsw
QLD site
site node name: Qld-Home
link to document: /qld-home.aspx
alternative links: http://domainqld
http://www.domainqld
Scenario:
Load http://domainqld/home.aspx loads qld template with VIC content
Current solution: Add a node with name “home” under qld site and redirect to qld home node
But http://www.domainnsw/qld-home.aspx loads nsw homepage template with qld content
Is there any better way to make sure each home page (*home.aspx) can only be used under its own site?
Regards,
Peng
in /config/umbracoSettings.config set useDomainPrefixes to true and right click on each site home page and choose manage hostnames
Thanks for the tip! Paul.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Multiple sites - site A url + site B link to homepage
HI guys,
I got one umbraco instances with 3 sites sitting on it.
Background:
Vic site
site node name: Home
link to document: /home.aspx
alternative links: http://domain
http://www.domain
NSW site
site node name: NSW Home
link to document: /nsw-home.aspx
alternative links: http://domainnsw
http://www.domainnsw
QLD site
site node name: Qld-Home
link to document: /qld-home.aspx
alternative links: http://domainqld
http://www.domainqld
Scenario:
Load http://domainqld/home.aspx loads qld template with VIC content
Current solution: Add a node with name “home” under qld site and redirect to qld home node
But http://www.domainnsw/qld-home.aspx loads nsw homepage template with qld content
Is there any better way to make sure each home page (*home.aspx) can only be used under its own site?
Regards,
Peng
in /config/umbracoSettings.config set useDomainPrefixes to true and right click on each site home page and choose manage hostnames
Thanks for the tip! Paul.
is working on a reply...