Author Topic: 301 Permanent Redirect The Whole Site  (Read 3554 times)

0 Members and 1 Guest are viewing this topic.

Offline ashfaq

  • Full Member
  • ***
  • Posts: 128
    • View Profile
301 Permanent Redirect The Whole Site
« on: February 09, 2011, 03:54:30 AM »
How to successfully move a site to a new domain, redirected traffic coming into the old domain's pages to the corresponding page on the new domain, while preserving their search engine rankings?
I am using 4images Version: 1.7.4 and want to permanent redirect the whole site to new domain on same server and using linux hosting.

I will be very thankfull for your help.

Offline batu544

  • Sr. Member
  • ****
  • Posts: 336
    • View Profile
    • Free Celebrity wallpapers
Re: 301 Permanent Redirect The Whole Site
« Reply #1 on: February 09, 2011, 07:10:44 AM »
Hi - try this..


Code: [Select]
RedirectMatch 301 /.* http://yourdomain.com/

Offline ashfaq

  • Full Member
  • ***
  • Posts: 128
    • View Profile
Re: 301 Permanent Redirect The Whole Site
« Reply #2 on: February 10, 2011, 09:22:33 AM »
Thanks batu but plz clearify just one thing that when i get any link from search engine then will this redirect code put user to new domain corresponding page or just main page ?