Hi, I'm trying to create a redirect that preserves url parameters, e.g.
site.com/some-page?id=123 => anothersite.com/new-and-improved?id=123
without manually plotting ?id=123
Is this possible to do with the redirects module? If yes - how? Feel like I've tried everything with no progress.