How to Do a 301 Redirect From New .INFO Domains to My "MoneySite"?

4 replies
  • SEO
  • |
I just registered 5 new . INFO domains with the express purpose of redirecting them to my money site... but I don't know how to go about doing this as I've never done it before. If anyone could give me a quick run down I'd appreciate it thanks!
#301 #domains #info #moneysite #redirect
  • Profile picture of the author C Rebecca
    just to tell you that it won't benefit you much. If you are redirecting your .info domains to your website with the intent of boosting your ranking, forget about it.

    Domains that don't carry any weight or reputation hardly affect your website ranking.
    Signature

    FREE 30 minutes of Ecommerce Marketing consultation. Consulted clients like Overstock.com, About.com, Lowe's and more...
    Book at: hello@techzui.com

    {{ DiscussionBoard.errors[5641215].message }}
  • Profile picture of the author Hustle
    If you're using PHP, add this code in your homepage's code:

    Code:
    <?
        Header( "HTTP/1.1 301 Moved Permanently" ); 
        Header( "Location: http://www.new-url.com" ); 
    ?>
    Make sure to change new-url.com to your money site.
    Hope this helps.
    {{ DiscussionBoard.errors[5642145].message }}
  • Profile picture of the author gotmerunnin
    Yes, Hustle is correct. But can you explain why you are doing this? I'm just curious as to your reasoning.
    {{ DiscussionBoard.errors[5642876].message }}
  • Profile picture of the author webdevpro
    If your domain are new and your intention is just for redirecting to the main site then 'forward' it from your domain control panel rather than going for 301 type redirection techniques.
    {{ DiscussionBoard.errors[5643135].message }}

Trending Topics