Jump to content

Multistore/-Shop with Apache + Virtual Host and one IP-address


Recommended Posts

Dear forum!

 

We have a VPS server running several webpages. The server uses Apache.

All pages are using the same IP address and the configuration is:

 

<VirtualHost *:80>
ServerName www.domain1.abc
DocumentRoot "/www/domain1.abc"
...
</VirtualHost>

<VirtualHost *:80>
ServerName www.domain2.abc
DocumentRoot "/www/domain2.abc"
...
</VirtualHost>

 

How do I configure multistore?

Do I set all document roots to the default webshop?

 

Best regards and thanks in advance

Edited by Aknot (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...