Hey guys! I need help... I have a multilingual site called noticias.com/es so by default drupal localizes this site in Mexico. When the user clicks the english version I want to modify the domain so it reads news.com/en

Can you do this?

Comments

jenniferdomr created an issue. See original summary.

shruti1803’s picture

Hi jenniferdomr,

You need a multisite setup for this. Both domain will point to same site. You need to just figure out the geo-location of user and based on that redirect user to relevant site.

shruti1803’s picture

Status: Active » Needs review
joseph.olstad’s picture

Status: Needs review » Closed (works as designed)

The answer is yes this is possible, I've seen it done before but cannot give you the specifics off memory, if you have managed to do this, then please follow up with documentation or a link to the documentation. I would start by google search with a site:drupal.org filter on your search. This has definately been done before and documented somewhere. off memory I could not tell you if you even parked this issue in the correct project. Start by searching and if you can add documentation then please do.

Also, please check the README.txt file in this project i18n
also check the README.txt file in other projects like the l10n project.