Multiple domains in same AEM instance | Community
Skip to main content
New Participant
December 5, 2022
Solved

Multiple domains in same AEM instance

  • December 5, 2022
  • 2 replies
  • 1048 views

Can we actually publish multiple domains for example abc.com, xyz.com, asdf.com in the same instance? If yes, how can we do that?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Chandra_Hire

Hi @fang_29 ,

If multiple domains to be served by the same AEM website, can be handled through network layer e.g. Akamai can redirect multiple domains to the same origin server.

If domains are mapped to 1-1 to AEM sites, then solution provided by @aanchal-sikka is optimal.

Hope that helps.

Thanks

2 replies

Chandra_Hire
Chandra_HireAccepted solution
New Participant
December 5, 2022

Hi @fang_29 ,

If multiple domains to be served by the same AEM website, can be handled through network layer e.g. Akamai can redirect multiple domains to the same origin server.

If domains are mapped to 1-1 to AEM sites, then solution provided by @aanchal-sikka is optimal.

Hope that helps.

Thanks

aanchal-sikka
New Participant
December 5, 2022

Yes, we can serve multiple domains from an AEM instance.

We need to set up dispatcher accordingly, for domain -> content mapping. For details, please refer to:

https://experienceleague.adobe.com/docs/experience-manager-dispatcher/using/configuring/dispatcher-domains.html?lang=en

Other areas might be:

1. Dispatcher: Domain-specific farm, vhost, redirects etc

2. Content aware configurations (if used)

3. Sling Mappings (if used)

Aanchal Sikka