Forum Moderators: phranque

Message Too Old, No Replies

301 to different domain name

using new domain for the same url scheme

         

phparion

11:41 am on Aug 2, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



hi

i have got a new domain and i want my all old URLs to redirect to the new one with 301 with just domain name difference e.g

(http://www.)myolddomain.com/whatever should be redirected to

[mynewdomain.com...]

for this i am doing the following in my htaccess which is not working

Options +FollowSymLinks
RewriteEngine On

RewriteRule ^(.*)$ [mynewdomain.com...] [R=301,L]

the URL scheme remains very same just domain name changes.

any help if much appreciated.

phparion

11:49 am on Aug 2, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



duhh! it was my cache... it is working now. thanks