How to redirect a URL with parameters?

Your problem ain’t the parameters…it’s that your parametrized URL points to the wrong target…it has a .html where it should have a slash.

.../windows-restarts-at-ec2.html?action=backlinks&wid...

Change it to

..../windows-restarts-at-ec2/?action=backlinks&wid...

and you’ll see it works.