Moved a whole section of a site to its own domain: now what?

Discussion in 'HTML & Website Design' started by Notting, Jul 25, 2007.

  1. #1
    I had a cubecart store set up here:

    www.theafricangreyparrot.com/store

    However I am transferring the store to a domain of its own here:

    www.viparrot.com

    What steps should I take. For example how do I redirect all the visitors?

    Should I just delete it and lose the traffic for a while?

    Not sure what to do here so looking forward to your valuable advice!!

    Thanks
    Notting
     
    Notting, Jul 25, 2007 IP
  2. VimF

    VimF Well-Known Member

    Messages:
    307
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    118
    #2
    How about doing a htaccess redirection?

    Something like this:
    
    Redirect 301 /store http://www.viparrot.com
    
    Code (markup):
     
    VimF, Jul 25, 2007 IP
  3. Notting

    Notting Notable Member

    Messages:
    3,210
    Likes Received:
    335
    Best Answers:
    0
    Trophy Points:
    280
    #3
    Thanks for your reply. Where would I do this?

    Notting
     
    Notting, Jul 25, 2007 IP
  4. VimF

    VimF Well-Known Member

    Messages:
    307
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    118
    #4
    Put it in a file named .htaccess on your old domain:

    theafricangreyparrot.com/.htaccess
     
    VimF, Jul 25, 2007 IP
  5. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Just make sure there isn't an existing .htaccess file in your root directory before you do this. If there is one, you can just add the 301 redirect to it.
     
    Dan Schulz, Jul 25, 2007 IP