I am trying to redirect certain requests to my site to another site, keeping the paramater.
This is the request URL: http://www.example.com/12345678
This is where it should go to: http://affiliate.whatever.de/go.cgi?pid=xx&wmid=xxx&cpid=x&prid=xx&target=Suche_Deeplink_Expose&attr1=12345678
The bold parameter should be passed over to the new URL. I know I have to use QSA but did not manage to create the rewrite so far.
How can I write that?
Thanks!