To move an entire website to another domain without hurting your search rankings simply use the following code on your htaccess file:
Remember to replace http://website.com with your new domain.
Code:
RewriteEngine on
RewriteRule ^(.*)$ http://website.com/$1 [R=301,L]
Remember to replace http://website.com with your new domain.