Multiple Domains and Subdomains

I have a question regarding multiple domains and whether it’s possible to implement this with Webflow.

Details:
Main domain: http://www.xxxx.com/
Subpages: XXXX, etc.
The site should run under this main domain.

We have three old domains in three languages:
…www.xxx-old-one.com/de
…www.xxx-old-one.com/fr
…www.xxx-old-one.com/it

…www.xxx-old-two.com/de
…www.xxx-old-two.com/fr
…www.xxx-old-two.com/it

…www.xxx-old-three.com/de
…www.xxx-old-three.com/fr
…www.xxx-old-three.com/it

These domains should redirect to the following subpages:

www.xxxx.com/subpage1/xxx-old-one/de
www.xxxx.com/subpage2/xxx-old-two/de
and so on.

So, in total, we have duplicate subpages with the same content, just with two different domains for them.

Is it possible to set this up in Webflow?
Thank you in advance.

Generally, you can merge two sites neatly in Webflow with some good structural planning and redirects.

The one exception is if you have conflicting paths.

Webflow cannot use the requested domain as part of the redirect rule, so if for example you are wanting to do;

sitea.com/contact/contacta
siteb.com/contact/contactb

Then that redirect has to be handled externally before the request reqches Webflow. Cloudflare redirects is good for this, but requires a reverse proxy setup for your site.