cancel
Showing results for 
Search instead for 
Did you mean: 

Multi language store (subdomains)

Multi language store (subdomains)

Hello,

 

I want to make my magento store in multiple languages with subdomains, so for example:

For french fr.store.com

For german de.store.com

 

Anyone knows how to do this?

Thanks

1 REPLY 1

Re: Multi language store (subdomains)

Hi @HvdB 

 

You have a few options but the easiest is to set tge MAGE_RUN_CODE from the  .htaccess file. 

 

You can insert this at the bottom of your file, and replace the fr.store.com and de.store.com witht the actual host names and the runcodes with the respective stores run codes.

 

SetEnvIf Host fr.store.com MAGE_RUN_CODE=fr
SetEnvIf Host de.store.com MAGE_RUN_CODE=de

  

I hope this helps :-)