jazee 0 Newbie Poster

I hate Mod_Rewrite!

Can someone post the Mod_Rewrite syntax I should use in a .htaccess file so I can do the following:

All requests for script1.cgi are rewritten in the browser (permanent redirect) to script2.cgi

So clicking a link to that goes to script1.cgi?field1=value1&field2=value2

Will re-write with a permanent redirect to script2?field1=value1&field2=value2

THANK YOU!