Hi,
I have a droplets, magento 2 app installed successfully, website is normal.
I need to set up multiple stores and multiple domain names in magento. Such as www.abc.com(Default website at installation)and www.def.com(I need add new domain)
I tried this tutorial but it didn’t work, how do I set inside the server. https://www.simicart.com/blog/magento-2-multiple-stores-domains/
Thanks,
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi @angelofish,
What you need to do is create separate virtual hosts. You can check the following tutorial here;
https://www.digitalocean.com/community/tutorials/how-to-install-the-apache-web-server-on-ubuntu-20-04
Step 5 — Setting Up Virtual Hosts (Recommended) is the one you’ll do multiple times for every domain you want to add. That’s it