Results 1 to 6 of 6

Thread: Redirect all pages from old domain to index page of new domain
      
   

  1. #1
    jacobhebert's Avatar
    jacobhebert is offline Staff Sergeant
    Join Date
    Jan 2008
    Posts
    44

    Default Redirect all pages from old domain to index page of new domain

    Hello, the title basically says it all. I have an old domain name, and I want any instance of the old domain being used to redirect to the home page of the new site.

    For example, if you do a site search for the old domain on google: http://www.google.com/search?source=...realestate.com

    I want to set it up so that if you click on ANY of those links, it will 301 redirect to the home page of my new site vodahost site.

    The DNS server for the old site is hosted with serversanddomains.us and cannot be changed for a few reasons.

    I called them and the tech doesn't believe it can be done in the DNS, although it seems like it would have to be for most of the links on that site search to work (the second link is an exception, as it tries to redirect to the same page on the new domain)

    Any help is appreciated!

  2. #2
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,353

    Default Re: Redirect all pages from old domain to index page of new domain

    You can do it in your cpanel. You can redirect domains there. You can also do a 301 redirect in htaccess and.. you can make a custom error page and send them to the new domain as well.

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  3. #3
    dougnez's Avatar
    dougnez is offline Brigadier General
    Join Date
    Aug 2006
    Location
    Midwest USA
    Posts
    1,769

    Default Re: Redirect all pages from old domain to index page of new domain

    Hi jacobherbert and Karen Mac


    To Redirect a viewer to another page
    Place this script in page html (right click on your page, page html and place the above script in Between Head Tag

    <META HTTP-EQUIV="REFRESH" CONTENT="0;URL=http://www.mydomain.com">

    Just one more thing for maybe future use. The 0 in the scritp represents seconds. Therefore- if you want the page to appear and then re-direct set if for 3 to 5 seconds. Play around with it and see how it works.
    +++An example- lets say you have a page that is "Under Construction" You could the have that display and then it would automatically re-direct to another page.
    Hope that Helps... Doug

  4. #4
    jacobhebert's Avatar
    jacobhebert is offline Staff Sergeant
    Join Date
    Jan 2008
    Posts
    44

    Default Re: Redirect all pages from old domain to index page of new domain

    Hey Karen,

    I looked in the redirect section but I believe I'm only allowed to control domains that are using the vodahost dns servers, and the site I'm redirecting is using another server for dns, which cannot be changed because of exchange, etc.

    Hey Doug,

    The pages I want to redirect are no longer accessible so I'm not able to add a meta refresh redirect. So I'm trying to redirect any and all pages associated with the old domain to go to the main page of the new domain.

  5. #5
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,353

    Default Re: Redirect all pages from old domain to index page of new domain

    Quote Originally Posted by dougnez View Post
    Hi jacobherbert and Karen Mac


    To Redirect a viewer to another page
    Place this script in page html (right click on your page, page html and place the above script in Between Head Tag

    <META HTTP-EQUIV="REFRESH" CONTENT="0;URL=http://www.mydomain.com">

    Just one more thing for maybe future use. The 0 in the scritp represents seconds. Therefore- if you want the page to appear and then re-direct set if for 3 to 5 seconds. Play around with it and see how it works.
    +++An example- lets say you have a page that is "Under Construction" You could the have that display and then it would automatically re-direct to another page.
    Hope that Helps... Doug
    Doug

    Yes I know you can do this...its the LONG way around it. One line in htacess does it for you, as well as the cpanel direct.

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  6. #6
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,353

    Default Re: Redirect all pages from old domain to index page of new domain

    Quote Originally Posted by jacobhebert View Post
    Hey Karen,

    I looked in the redirect section but I believe I'm only allowed to control domains that are using the vodahost dns servers, and the site I'm redirecting is using another server for dns, which cannot be changed because of exchange, etc.

    Hey Doug,

    The pages I want to redirect are no longer accessible so I'm not able to add a meta refresh redirect. So I'm trying to redirect any and all pages associated with the old domain to go to the main page of the new domain.
    Jacob to be honest Id have to go look at cpanel, however, if you have that folder in your cpanel, and the DNS server is pointed to voda, it should still redirect it. You are simply forwarding one folder on your server to another.

    If it doesnt, for some odd reason, you can run the .htacess redirect in that domain folder. You can google for the how to.. they are everywhere.. but a simple line

    301 redirect http://www.oldsite.com/ http://www.newsite.com/

    will work.. you can also direct individual pages just add the page names and extensions to the end there. Theres also scripted directs.. fancier than this.. but this works.

    http://www.isitebuild.com/301-redirect.htm

    heres a good easy to understand resource for HOW to do it... just in case you need a hand.

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49