Hi, I think I found some bug (2.2.7). If you try to redirect (forward) subdomain do some "strange" but normaly working web address like: http://www.foo.com/index.php?pr=-3 you could expect error "error_domain_forward". But normal address "http://www.foo.com/index.php" without any parameters works just fine! So the problem is in "?". Any idea how to solve that problem? Best regards, MvincM
I guess the regular expression for the domain forward does not allow "?". I've added this to the bug list. As temporary workaround, you may add the co-domain without a forward and then enter a apache redirect command or rewrite rule in the apache directives window.