I'd like to use the Webserver Protection module to handle a very specific redirection. Basically, we're in the process of preparing a multilingual site that will handle different domains internally, but until then I'd like to create a manual redirection for a specific domain to a specific URL (with query string).
In other words, I'd like to redirect mydomain.com to mydomain.pl/?lang=en
Alas, I can't seem to be able to do that; I wanted to use the Request Redirection section and a path of "/?lang=en", but then UTM informs me that this path contains invalid characters (it doesn't like the question mark).
So, can this be done, or do I need to spin up an IIS server internally solely to redirect requests?
This thread was automatically locked due to age.