cancel
Showing results for 
Search instead for 
Did you mean: 

Magento multistore on different servers/hosts

Magento multistore on different servers/hosts

Hi 

 
I would like to know if its possible to have different stores on different servers with a multistore configuration.

 

 

To clarify I have 1 Magento install with 2 stores

store1 on domain1/server1 and I would like to have again the store2 on domain2/server2, and be able, as user, to buy and search products through store 2.

 

My question is: it is possible to have something like this or multistore just work on a single server?

3 REPLIES 3

Re: Magento multistore on different servers/hosts

Hi @liuxiupeid5731 

 

Check the Magento documentation :

https://devdocs.magento.com/guides/v2.3/config-guide/multi-site/ms_websites.html

 

If you face issue, there is one setup way in this answer :

https://community.magento.com/t5/Magento-2-x-Admin-Configuration/Magento-2-2-Multistore-with-differe...

Problem Solved ? Click on 'Kudos' & Accept as Solution ! Smiley Happy

Re: Magento multistore on different servers/hosts

Hi @liuxiupeid5731 

You need to set configuration as below for set domains for different stores:

  1. In your Magento backend, go to Stores > Settings Configuration. Under General section, click Web.
  2. From the Store View list at the top of the page, select a website.
  3. Expand Base URLs section.

domain_urls.png

 

or You can take reference below url:
https://www.simicart.com/blog/magento-2-multiple-stores-domains/

It may help you.

If issue resolve, please click on 'Kudos' & Accept as Solution!

Problem solved? Click Accept as Solution!

Re: Magento multistore on different servers/hosts

Hi

Thank you for your reply.

 

Howver the URLs you shared above only showed how to configure multistore with different domains...I am asking is it possible to configure multistore with different domain on DIFFERENT DOMAINS?