Multi-language based on domain

Hi everyone.

What I’m trying to achive is:
http://site.com => Points to Engish version
http://site.pt => Points to Portuguese version
etc.

Of course I’m aware of this, but what that section describes is redirecting from site.pt to site.com/pt, but I need to stay on site.pt and see Portuguese content.

Is it possible at all? I was thinking of another option - setting it up as multisite, but I strongly wouldn’t like to do it as Grav has such convenient content translation system, and I’ really want to use it.

Thanks in advance for any input!

No, Im pretty sure this isn’t possible, as that would be completely different domains :slight_smile:

Have you looked at the domain specific settings? https://learn.getgrav.org/content/multi-language#environment-based-language-handling

Hi
I’m wondering if you could get away with doing something where you create content elsewhere maybe your local machine and then automatically push it out to both sites together maybe using git. In this way you can use the admin panel and built in translation tools to create your content but still be able to keep two separate sites in sync.