Jump to content

Multi store on a different domain


Recommended Posts

Hi, I'm testing multi store features but I'm not able to understand some things.
I'd like to have a second store on a different domain but I don't know how to do it.

I don't understand this part.

It seems that I don't need a second installation, isn't it?

Quote

In case you want to use a different domain name for your supplemental shop rather than a subdomain/subfolder, you must configure your domain to point to the folder where PrestaShop is located. The URL rewriting is then done by PrestaShop itself.

Alternatively, you can create an alias for your domain name that redirects to the absolute URL where your installation of PrestaShop is located. The way to achieve this depends on the control panel and options that your hosting company provides you with: "Alias" for Plesk, "Forward" for CPanel, "Aliasdomain" for ISPConfig, etc.

On the second domain (on a different server) I set the domain in this way in the past. Is this the part where the guide asks to modify to point to the first installation?

Quote

<VirtualHost domain2.com:443>
    ServerName domain2.com
    ServerAlias www.domain2.com
    DocumentRoot /var/www/html/domain2.com/httpdocs
    <Directory /var/www/html/domain.com/httpdocs>
         AllowOverride All
    </Directory>

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...