I have a wordpress website that is setup using multisite (with subdomains) for independent multiple language versions. This results in following URLs:
example.com
es.example.com
de.example.com
fr.example.com
…
How can I redirect to es.example.com using this redirection plugin?
If I set ‘When matched’ to ‘Redirect to URL’ and ‘Matched target’ to ‘es.example.com’, the redirection goes to ‘example.com/es.example.com’ instead of ‘es.example.com’.
Thank you.