I just used ReDJ for the following, and it wowrked beautifully:
A redirect occurs for my site,
www.abc123.com/fdnyc with parameters cid, ord, and nc, as follows:
/fdnyc\?cid=[0-9]{1,12}&ord=[0-9]{1,5}&nc=[A-Z]{1}
cid and ord are numeric, as defined by [0-9]. nc is alpha, as defined by [A-Z]. cid has a maximum length of 12 digits, ord has a maximum of 5 digits, and nc is a one letter code.
The redirect takes these parameters and appends them to the destination URL as follows:
www.newsite.com/SE/?SID=SV_bfwuDnRSbBeCyig&{query}
using an ampersand (&) and your macro {query}, which passes all of the parameters along to the destination URL.
Excellent program... just donated.
Bob Walker