حتمن به اول htaccess اضافه کنید و ادرسهارو تغییر بدید
کد:RewriteOptions inherit RewriteEngine on RewriteCond %{HTTP_HOST} ^myoldsite.co [NC,OR] RewriteCond %{HTTP_HOST} ^www.myoldsite.co [NC] RewriteRule ^(.*)$ http://mynewsite.in/$1 [L,R=301,NC] RewriteCond %{HTTP_HOST} ^myoldsite\.co$ [OR] RewriteCond %{HTTP_HOST} ^www\.myoldsite\.co$ RewriteRule ^(.*)$ "http\:\/\/mynewsite\.in\/$1" [R=301,L]