1. Quickly find sites and domains for sale in the marketplace based on criteria that interests you.

    Enter Marketplace

need some help redirecting a site i just bought here

Discussion in 'Sites' started by avis03, Aug 19, 2006.

  1. #1
    Hey, I know this is a little off-topic but please, I need some help.

    I just bought sochaotic.org and it has currently a lot of traffic coming to it from different links, search engines, etc and thats why I want to redirect every visitor which comes to the domain's homepage, or any other subpage on the domain, to be redirected to www.wowlayouts.com

    since google has many subdomains for this domain listed, it gets traffic from all of them and i want all of those pages plus any other page that someone tries to access on sochaotic.org to be redirected immediatly to the homepage of www.wowlayouts.com

    Please help me out, i dont really know how to do script too much either.

    Thanks in advance. :)
     
    avis03, Aug 19, 2006 IP
  2. legend2

    legend2 Well-Known Member

    Messages:
    1,537
    Likes Received:
    74
    Best Answers:
    0
    Trophy Points:
    115
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    if you redirect the pages, the search engines will index the new site instead of the old files, thus u will lose the search engine traffic that was hitting the old files.
     
    legend2, Aug 19, 2006 IP
  3. avis03

    avis03 Active Member

    Messages:
    1,582
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    78
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    thanks so much for the reply, but yea i know that, most of the traffic is coming from other links on other websites though and im not sure if they are links to the homepage or not. since if its not, then the page wont redirect. please help. thanks.
     
    avis03, Aug 19, 2006 IP
  4. knine143

    knine143 Peon

    Messages:
    186
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    Look into using a .htaccess file to redirect all traffic. I'm not sure on the specifics. Search on google.
     
    knine143, Aug 19, 2006 IP
  5. legend2

    legend2 Well-Known Member

    Messages:
    1,537
    Likes Received:
    74
    Best Answers:
    0
    Trophy Points:
    115
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    edit an .htaccess file in the root directory and place this:

    Options +FollowSymLinks
    RewriteEngine on
    RewriteRule ^(.*)$ http://www.wowlayouts.com/ [L,R=301]
     
    legend2, Aug 19, 2006 IP