Forum Statistics

  • Forum Members: 4,502
  • Total Threads: 3,657
  • Total Posts: 5
There are 1 users currently browsing forums.

Partner Sites

Reply
Old 01-16-2012, 02:49 AM   #1 (permalink)
vinodkunwar
 
Status: Guest
Posts: n/a



Default technique to redirect old domain to new domain?

Hello everyone, I want to need help you because I want to change old domain into new domain means redirect and I confused how does so help..............Thanks and regards,
  Edit/Delete Message Reply With Quote
Old 02-06-2012, 08:10 AM   #2 (permalink)
dsimi
 
Status: Guest
Posts: n/a



Default

Login into cpanel and Click the "Redirects" link under Domain tab. You can set there.
  Edit/Delete Message Reply With Quote
Old 02-07-2012, 03:34 AM   #3 (permalink)
kcmedia
 
Status: Guest
Posts: n/a



Default

Just use 301 redirection.
  Edit/Delete Message Reply With Quote
Old 02-16-2012, 02:18 AM   #4 (permalink)
icreonindia
 
Status: Guest
Posts: n/a



Default

use htaccess if you have Apache server to redirect old to new using 301 redirect. also notify google webmaster tool about site change
  Edit/Delete Message Reply With Quote
Old 04-25-2012, 05:47 AM   #5 (permalink)
lillianabe
 
Status: Guest
Posts: n/a



Default

Htaccess redirect is best for redirect ole domain to new domain. You just make a .htaccess file with following code which is ensure that all your pages of old domain get redirected to new domain. This file is necessary to submit in root folder of your old website.
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://www.example.com/$1 [R=301,L]
Kindly replace IANA — Example domains in the above code with your new domain name. This code is useful for Linux server.
  Edit/Delete Message Reply With Quote


Reply

Bookmarks

Tags
None


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Search Engine Optimization by vBSEO 3.5.0 RC2