I've been using the subdomain redirect feature to redirect people to my forums from a news post, but I noticed that when you pass in the query string into the subdomain it doesn't include it in the redirect.
So
sub.domain.com/index.php?id=4
becomes
redirect-domain.com/index.php
I realise this has to do with the way apache handles the string, anyone got an idea on how to rectify this?
So
sub.domain.com/index.php?id=4
becomes
redirect-domain.com/index.php
I realise this has to do with the way apache handles the string, anyone got an idea on how to rectify this?