How to redirect the banned domain name to another and keep things intact?

Discussion in 'Domain Names' started by nICEsHARE, Jul 31, 2008.

  1. #1
    I got one of my domain banned from showing adsense, so I parked another domain in it, then I redirect the main banned domain to this new park domain. Things are all intact except that the main domain remain till I have to manually change it to the park one.

    Example:
    http://banneddomain.com/vault/lc.php
    redirect to
    http://parkdomain.com/vault/lc.php

    It is not automatically changed when I entered the link of banneddomain, and I have to do it manually.

    Any solution?
     
    nICEsHARE, Jul 31, 2008 IP
  2. -whynot-

    -whynot- Banned

    Messages:
    355
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    if you park a domain you cant direct it to another domain..cause of DNS es...!
     
    -whynot-, Jul 31, 2008 IP
  3. nICEsHARE

    nICEsHARE Active Member

    Messages:
    280
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #3
    No I am not redirecting the park domain, but the main domain to the park domain.
     
    nICEsHARE, Jul 31, 2008 IP
  4. Fka200

    Fka200 Guest

    Best Answers:
    0
    #4
    A lot of parking providers do not allow redirected traffic to parked pages. I would notify the parking provider to make sure you don't get your account banned.

    Sorry if that's not what you wanted to hear (I know you were looking for a technical answer), but I just had to post it for informational purposes.
     
    Fka200, Aug 1, 2008 IP
  5. nICEsHARE

    nICEsHARE Active Member

    Messages:
    280
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #5
    I am going to mess a bit with .htaccess
     
    nICEsHARE, Aug 1, 2008 IP
  6. nICEsHARE

    nICEsHARE Active Member

    Messages:
    280
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #6
    Well, I got two options here:
    1. This one will work only I have to change the domain manually
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^totalcollection.info$ [OR]
    RewriteCond %{HTTP_HOST} ^www.totalcollection.info$
    RewriteRule ^/?$ "http\:\/\/defensive\-pro\.com" [R=301,L]
    Code (markup):
    2. This one the domain automatically changes, but it returns something strange after the link like http://newdomain.com/vault/news.html?file=news
    RewriteEngine on
    Redirect 301 /vault/ http://www.newdomain.com/vault/
    Code (markup):
     
    nICEsHARE, Aug 1, 2008 IP
  7. nICEsHARE

    nICEsHARE Active Member

    Messages:
    280
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #7
    Any help, please?
     
    nICEsHARE, Aug 1, 2008 IP
  8. nICEsHARE

    nICEsHARE Active Member

    Messages:
    280
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #8
    Sorry to bump
     
    nICEsHARE, Aug 2, 2008 IP