How to Redirect a .com regged at Offive business live?

Discussion in 'Domain Names' started by WebContentWriter, Mar 20, 2008.

  1. #1
    Hi,

    I got a new Laptop from Dell and they offered a free new Website with a Free .com
    But I don't want to use the tools offered by Office Small Business live and I would like to redirect that domain to another host I have.
    How can I do that??

    Please help..

    Thanks a lot
     
    WebContentWriter, Mar 20, 2008 IP
  2. WebContentWriter

    WebContentWriter Active Member

    Messages:
    193
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #2
    So, nobody knows???
     
    WebContentWriter, Mar 21, 2008 IP
  3. Boulder

    Boulder Well-Known Member

    Messages:
    806
    Likes Received:
    46
    Best Answers:
    0
    Trophy Points:
    118
    #3
    Well if you have access to the domain controls at the domain register and/or where the domain is parked? You can set up a domain forward there, where the domain name goes to another domain name..

    You set up and make a cname record there that looks like this.

    domain1.com
    goes to
    domain2.com

    Another way, which can be done if the domain is hosted on a live host server? Is to use a 301 redirect.. that is set up on the host server of where that domain is hosted. You would place redirect code in the .htaccess file. Code like so if on Linux server:


    Options +FollowSymLinks
    RewriteEngine on
    RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L]



    Please REPLACE www. newdomain.com in the above code with your actual domain name.

    Boulder
     
    Boulder, Mar 21, 2008 IP
  4. WebContentWriter

    WebContentWriter Active Member

    Messages:
    193
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #4
    Thanks for your tips Boulder.
     
    WebContentWriter, Mar 21, 2008 IP
  5. nks

    nks Well-Known Member

    Messages:
    1,602
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    160
    #5
    I doubt you can use .htaccess on Office Business Live; they runs on Windows server (I believe).
     
    nks, Mar 21, 2008 IP
  6. Fka200

    Fka200 Guest

    Best Answers:
    0
    #6
    OUCH!

    Should have done some research on this before you got your free "prisoned" .com. You'd need to get it out of their control and somehow to another registrar to have "real" control over your name.
     
    Fka200, Mar 21, 2008 IP
  7. WebContentWriter

    WebContentWriter Active Member

    Messages:
    193
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #7
    It's a Free domain name, I wouldn't really care about it. It would matter if I had to pay for it.
     
    WebContentWriter, Mar 21, 2008 IP
  8. Fka200

    Fka200 Guest

    Best Answers:
    0
    #8
    If you don't care about it, I'd say move on. There are some "how-to" posts on how to get your domain out of the Microsoft registrar. I remember setting up 3 sites with Office... pain in the a$$ doing what I wanted with 'em!
     
    Fka200, Mar 21, 2008 IP
  9. WebContentWriter

    WebContentWriter Active Member

    Messages:
    193
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #9
    where can I find those how to posts??

    Thanks
     
    WebContentWriter, Mar 21, 2008 IP
  10. Fka200

    Fka200 Guest

    Best Answers:
    0
  11. WebContentWriter

    WebContentWriter Active Member

    Messages:
    193
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #11
    thanks a lot man, really appreciate it.
     
    WebContentWriter, Mar 22, 2008 IP
  12. Fka200

    Fka200 Guest

    Best Answers:
    0
    #12
    Anytime ;)
     
    Fka200, Mar 22, 2008 IP