Welcome to the Real Estate Forum


The "ORIGINAL" Real Estate Social Network" SINCE 2005 and your #1 Resource for all things Real Estate


  •  »Over 35,000 Members
  •  » Answer Questions From "REAL" Buyers & Sellers
  •  »Ask Questions & Share Stories With Fellow Real Estate Professionals.
  •  »Read Articles & Blogs written by Real Estate Professionals.

...you have come to the right place!


YES! I want to register an account for free right now!


p.s.: For registered members YOUR FORUM NAME is free of ads

Page 3 of 3 FirstFirst 123
Results 21 to 28 of 28
  1. #21
    Join Date
    Jan 2005
    Location
    San Diego
    Posts
    1,192

    Default

    Edit, she got the url wrong:
    This is it:
    Code:
    <?php
    header("HTTP/1.0 301 Moved Permanently");
    header("Location:http://www.sitetutor.us");
    ?>

  2. #22
    frobn is offline Condominium
    Join Date
    Feb 2005
    Location
    Key West, FL
    Posts
    291

    Default

    To redirect all pages put this in your .htaccess file

    redirect 301 / http://www.sitetutor.us
    It is considered wise to stand on the shoulders of giants but foolish to put yourself in front of them.

  3. #23
    Chief Tutor's Avatar
    Chief Tutor is offline Internet Marketing Consultant
    Join Date
    Jan 2005
    Location
    San Diego, California
    Posts
    391
    Blog Entries
    9

    Default

    Ok,

    So let me get this straight:

    302 is temporary forwarding
    301 is permanent forwarding

    However, my question is this: If I have a website...then buy a domain www.samplenew.com at godaddy...and forward it to www.sampleold.com, it is considered a 302 temporary redirect.

    Where do I add a file at godaddy so that I get a 301? There is NO place to add any code. Do I need to add this code to the current domain located at www.sampleold.com ?

    And if I have 10 or 20 domians forwarding to www.sampleold.com, do I need to add code for every URL?

  4. #24
    KSA
    KSA is offline Fixer Upper
    Join Date
    Mar 2005
    Location
    Atlanta
    Posts
    58

    Default

    Sansei,

    Rather than forwarding the domain name, can't you just change the DNS Server information to the server where your site is hosted?

    Then, it's not any kind of a redirect.

    Why do you have 10 or 20 domains pointing to the same site? Maybe someone else can tell you if I'm right, but I don't think that would hurt your main site, you just won't get any rankings on your other domain names.

    If you want rankings on your 10 or 20 domain names, you'd have to buy a hosting account for each one so that you can put an .htaccess file to do the 301 redirect. Could get expensive.

    Kathleen
    REArticleSwap.com - Build content links and increase your site's original content
    Real Estate Agent Marketing
    Create a Free Point 2 Agent Website

  5. #25
    Chief Tutor's Avatar
    Chief Tutor is offline Internet Marketing Consultant
    Join Date
    Jan 2005
    Location
    San Diego, California
    Posts
    391
    Blog Entries
    9

    Default

    You are correct. I am not trying to get any rankings with the other domains. I just want to keep them active and pointed to a real estate related website. In the future I will be using them for real estate purposes and my thought is that it will give me a head start once I use them. (just a theory)

    Plus, I am lazy...this is easier then building a one page site for all the doamins.

  6. #26
    justicewhite is offline Condominium
    Join Date
    Jan 2005
    Location
    England
    Posts
    123

    Default

    Would it be possible for the moderators to put the first 2 posts in a sticky and move the rest to the Website development area please.

    I think they're are very good posts and the 301, 302 redirect discussions are kinda diluting the value in this area.

  7. #27
    happy home's Avatar
    happy home is offline Fixer Upper
    Join Date
    Apr 2006
    Posts
    57

  8. #28
    themedialion is offline Fixer Upper
    Join Date
    Dec 2006
    Posts
    15

    Default Multiple Sites Via DNS

    Redirects are basically blue smoke/mirrors ways to get one url to bring up another site.

    To make a site officially be on the internet it needs to be in DNS.

    What you need is the following:
    1) a dedicated IP address for your website (several web site hosts use shared IP addresses, you have the same IP as other web sites on the same hosts and the hosting provider maps your traffic to your site via the web server. A shared IP address cannot be entered into another DNS server because the web server won't know how to map the traffic to it).

    2) a DNS server to add your url and static IP to... Several web hosts will only allow the one DNS entry for your one URL. Some may offer a 2nd for free. Often you will need to pay extra for extra DNS entries. If so, you can use someone like zoneedit com to have up to 5 more free DNS entries in the world wide public dns (and additional ones are fairly inexpensive).

    You simply punch in the domain and the dedicated IP address. It can take up to 24 hours for these changes to propagate thru the world wide dns servers.

    This will allow your alternate URLs to all resolve to the same IP address and the search engines should see them as unique sites (this is a theory).

    Kevin

Page 3 of 3 FirstFirst 123

Posting Permissions

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