I have the following issue to be solved: We have a number of TLD, e.g. .com, .net, .de, .biz, .at and for all of those TLD, we do have some subdomains, e.g.
What I would like to do is to redirect all requests to any of those subdomains to our old domain download.olddomain.de.
I configured a toolkit rule, which matches the string "download.mydomain" and then redirects to the old domain. This seems to work fine, at least according to wigwam.
However, If I configure the virtual host, I tried Hostname = download.xchangemanager.* , but this didn't work.
Question: Is it supported to set a wildcard at the end of the hostname, because the manual pages state that a hostname "... may start with a wildcard ..." ??
Maybe, I am thinking too complicated, any hint how I can achieve this configuration in an easier way ??