Quote
RewriteEngine on
RewriteCond %{HTTP_HOST} ^oldwebsite.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.oldwebsite.com$
RewriteRule ^(.*)$http://www.newwebsite.com/test//$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^oldwebsite.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.oldwebsite.com$
RewriteRule ^(.*)$http://www.newwebsite.com/test//$1 [R=301,L]















