Make a 301 redirect in .htaccess.
Code:Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^oldsite\.com RewriteRule ^(.*)$ http://newsite.com/$1 [R=301,L]
.htaccess is a file not a folderthanks for the reply.
wnat to know though if i can copy and paste this in the .htcacess folder and simply just change the site name in the old and new or i have to write them manually?
thanks man.htaccess is a file not a folder
And yes i read the code you only need to change site names