این کد رو بذارید ابتدای فایل htaccess
کد:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_HOST} ^site1\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.site1\.com$
RewriteRule ^(.*)$ "http\:\/\/site2\.com\/$1" [R=301,L]
</IfModule>