Concrete5.7 and Multilingual structure

Permalink
Hi there!

I have two domains:
- domain.com (English language)
- domain.de (German language)

I have ONE Concrete5.7 instance with this content structure:

Home
- English
- - Some page
- - Some page 2
- German
- - Some page
- - Some page 2

What I need

1. I need still one instance of Concrete5.7,
2. domain.com should open English page as home page
3. domain.de should open German page as home page
4. domain.com/some-page should open Home -> English -> Some Page (no language prefix in url)
5. domain.de/some-page should open Home -> German -> Some Page (no language prefix in url)

Are there any ideas how I can do that? I am using Nginx and PHP-FPM.

 
Mainio replied on at Permalink Reply
Mainio
You should be able to do this with Multiple Domains:
https://www.concrete5.org/marketplace/addons/multiple-domains1/...

We haven't officially tested with nginx nor do we support that officially (as concrete5 also officially does not support nginx) but as long as you are able to map all requests coming to your site to be served by concrete5, it should work OK.

The normal multilingual features should be perfectly compatible with Multiple Domains.