Alldo Group Posted September 13, 2012 Share Posted September 13, 2012 (edited) 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 September 13, 2012 by Aknot (see edit history) Link to comment Share on other sites More sharing options...
Trip Posted September 13, 2012 Share Posted September 13, 2012 Hi there, I already gave a simple example here http://www.prestashop.com/forums/index.php?/topic/186711-multi-shop-and-domains/page__view__findpost__p__924017 The rest should not be that complicated or look in the doku if it is available. Best regards, trip 1 Link to comment Share on other sites More sharing options...
Alldo Group Posted September 13, 2012 Author Share Posted September 13, 2012 Perfect! Thank you Trip Link to comment Share on other sites More sharing options...
Recommended Posts