oh right, that'd be........
.htaccess
----------------
RewriteEngine On
rewritecond %{http_host} ^
http://(www\.)?target-site\.com
rewriteRule ^(.*) http://www.final-site.com/$1 [R=301,L]
------------------
Should do the trick
where 'target site' is the incoming site