.htaccess redirect with masking

I am looking to forward the following with masking via my .htaccess file:

www.mywebsite.com/origpage www.mywebsite.com/newpage

I do not want to forward the entire site, just this one page with masking. Neither page has an extension. I am able to forward with .htaccess - but it does not mask the url.

this is what I have right now in my .htaccess:

redirect 301 /newpage http://www/mywebsite.com/origpage 

Any ideas??

hey globalnerds-

you will need to use mod_rewrite

cheers!
nate