hope this can be answered here... I have a forum which has been copied to a new domain/host and all the old copy files are still on the old server. the old server has also got my ecommerce shop which i dont want to remove but i need all the forum pages redirected to my new domain. what is the easiest way to do this, in simple form please Thanks
RewriteEngine on RewriteCond %{HTTP_HOST} ^olddomain.com$ [OR] RewriteCond %{HTTP_HOST} ^www.olddomain.com$ RewriteRule ^/?(.*)$ http://www.newdomain.com/$1 [R=301,L]