I've read the many articles and discussion topics about mapping multiple domains but I haven't found a discussion that explicitly addresses my use case, which I think would be fairly common so I'm going to bring it up.
I have a global site that's been localized and translated into various languages. Some places in the world want / need to use a different domain. I'd like to set up my content repository like this:
/content/globalsite/us/en -->www.globalsite.com/us/en
/content/globalsite/mx/es -->www.globalsite.com/mx/es
/content/globalsite/br/es-->www.globalsite.com/br/es
/content/globalsite/ca/en-->www.canadian.ca/ca/en
/content/globalsite/de/de-->www.globalsite.de/de/de
How can the above mappings be done in AEM? or am I forced into creating a separate /content node for each country that does not use the globalsite.com domain? Our current deployment is breaking out each domain into its own node under /content, but it is making the AEM interface very convoluted for our authors. It would be much nicer to have all of those global sites under a common node so they can be easily grouped group.