Query string parameters are automatically passed, you just want to do this:
 Redirect permanent /jsn.php http://www.site2.com/jsn.php 
(.)* does not work with the Redirect directive, you are probably thinking about RedirectMatch , but in any case you do not need it. And also (.)* Must be (.*) , Otherwise $ 1 backlink will receive only the first character.
 source share