Alloy 301 redirect without PrettyURL

hello,

i am looking for a solution how to redirect old pages at ALLOY without pretty URL.

as an example:

Redirect 301 /blog/?id=old-page https://www.example.com/blog/?id=new-page
Redirect 301 /old-blog/?id=same-page https://www.example.com/new-blog/?id=same-page

both examples cannot be redirected.

but if i use “pretty url”, it works without any problems

Redirect 301 /blog/old-page https://www.example.com/blog/new-page
Redirect 301 /old-blog/same-page https://www.example.com/new-blog/same-page

anyone have an idea what the htaccess should look like?

thx and regards,
pegasus