Jump to content

Multiple domains for each language


Recommended Posts

Some knows if its possible to achieve this?
I would like to have a different domain for each language i provide in my shop, lets say
myshop.us -> english version
myshop.fr -> french version
myshop.es -> spanish version of the shop...

All of them same prestashop just change language of the shop by domain

Link to comment
Share on other sites

  • 5 months later...
  • 3 weeks later...
  • 2 months later...

Hi guys,

 

I am also really really interested in how to achieve this. I read somewhere that the coming release 3.5 would be able to support "Multi-Shops". Is that what this feature means?

 

Is there a way how to make this work in the current stable release?

 

Please give us some hints - we would be really thankful.

Rassy

Link to comment
Share on other sites

Some knows if its possible to achieve this?

I would like to have a different domain for each language i provide in my shop, lets say

myshop.us -> english version

myshop.fr -> french version

myshop.es -> spanish version of the shop...

 

All of them same prestashop just change language of the shop by domain

 

Hi,

 

i made it some month ago :

 

http://www.prestatoolbox.com/multi-store-prestashop/152-domain-by-language.html

Link to comment
Share on other sites

  • 1 month later...

Hi,

 

i made it some month ago :

 

http://www.prestatoo...y-language.html

 

Hi Jeckyl,

 

great to see that you got the right module ready to use.

 

I would like to test it on my local machine. Can you give a tip how to set this up? I guess it has to do with the right "http.conf" configuration. Right now I am trying those settings but I think that they do not work:

 

By the way I am running MAMP on Mac:

 

NameVirtualHost *

<VirtualHost *>
   DocumentRoot "/Applications/MAMP/htdocs-localhost.com"
   ServerName domain-com
</VirtualHost>

<VirtualHost *>
   DocumentRoot "/Applications/MAMP/htdocs-localhost.fr"
   ServerName domain-fr
</VirtualHost>

 

Any ideas?

 

Thanks for your tip

Rassy

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...