Background of the issue:
We have to set languages with different domains (ex. Domain.it / domain.nl / domain.fr etc). We are not sure on how we to create redirect from old url to new one. For example the previous page has URL domain.fr/la-societe/faq/ the new one is /domain.fr/faq/.
Symptoms:
Uncertainty on how to create redirects from old URLs to new ones when using different domains for languages.
Questions:
In redirection, do we have to copy the entire URL for both old and new URLs, or is it enough to indicate old /la-societe/faq/ and new /faq/ without the domain language path?