cancel
Showing results for 
Search instead for 
Did you mean: 

"Moving" e-shop to another domain

"Moving" e-shop to another domain

I have a Magento 2.3.4 server configured as follow:

- 3 websites based on geolocalization (UK, EU, US)
- each website has a store that can sell different products
- the home page for each website is a corporate site (always made in Magento) in different languages and the shop is just a section in the site menu.

Let's say for example that the site has 6 sections (from user point of view), and the store is just one of them.

Visually something like this:

 

domain1
   UK Website (domain1/uk)
     CMS (5 sections)
     UK Store (1 section) 
   EU Website (domain1/eu)
     CMS (5 sections)
     EU Store (1 section)
   US Website (domain1/us)
     CMS (5 sections)
     US Store (1 section)

I want to separate the CMS pages from the store, "moving" the store section to another domain, for example domain2.com.
In the end I want something like this:

domain1
   UK Website (domain1/uk)
     CMS (5 sections)
   EU Website (domain1/eu)
     CMS (5 sections)
   US Website (domain1/us)
     CMS (5 sections)

Here the store should become the home page of the new domain:

domain2
   UK Website (domain2/uk)
     UK Store 
   EU Website (domain2/eu)
     EU Store 
   US Website (domain2/us)
     US Store 

Is it possibile using the same Magento 2 instance?
How exactly?
Any advices is welcome.