301 Rewriting htaccess

Try this:

RewriteEngine on 
RewriteRule ^old-page/(.*)$ http://www.domain2.com/my-new-page/$1 [R=301,L]

Works on my test.