PDA

View Full Version : Some bug in subdomain redirect (forward)


MvincM
30th October 2006, 16:37
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

till
31st October 2006, 09:37
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.

MvincM
31st October 2006, 10:16
Thanks.

Rewrite rule works just fine!

Best regards,
MvincM