Redirect only certain files with .htaccess
// description of your code here
RewriteEngine on RewriteCond $1 ^(contact-us|faqs|flash|images|includes|index\.php) [NC] RewriteRule ^(.*)$ http://newdomain.com/$1 [R=301,L]