Hello, community,
I’m relatively new to the Netlify game but so far I have to say that I’m very satisfied with it. I also apologize if your question has already been answered and would be happy about a link to the post.
I have the following “problem” and I’ ve created a blog in two languages (German/French). Now I would like to use two different domains for these. I know that I can create domain aliases and redirects but I am not quite sure how to approach this?
The blog is structured so that everything after the / gets to the German site and everything after the /fr/ gets to the French site
I would like to achieve:
german-domain/ => german-domain/
german-domain/fr => french-domain/fr
french-domain/ => french-domain/fr
Country/Language = fr
german-domain/ => french-domain/fr
german-domain/german-legal => french-domain/fr/french-legal
german-domain/randomURL => german-domain/
french-domain/randomURL => french-domain/fr/
I hope you understand what I am trying to achieve. Any help is welcome