<IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^forums/(.*) http://forums.newsite.com/$1 [R=301, L] </IfModule>