1

I am setting up a Magento Multi-Site/Multi-Store structure and the way it works is it sets an environmental variable depending on which domain it is on (distinguishes store); so basically all the domains are pointed to the same directory. The trouble is I need each site domain to use a different IP address for other purposes. I will also needs to install SSL for each store. Does anyone know if this is possible and how I would go about doing this?

If it is any helps the server is Apache 2.2 and its a WHM/cPanel setup.

Thanks

Darren
  • 85
  • 1
  • 8

1 Answers1

2

What you want is called Virtual Hosts. It can be used to give each IP/port a seperate site, including SSL certificate, WWWRoot, etc.


--Christopher Karel

Christopher Karel
  • 6,442
  • 1
  • 26
  • 34