Permanent Filename Substitution?

Posted By: consultant2 ()
Posted On: 2005-May-27 23:32

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 www.domain.com/cgi-bin/script1.cgi?field1=value1

Will re-write with a permanent redirect to

www.domain.com/cgi-bin/script2.cgi?field1=value1

THANK YOU!