Help with a basic html file

Discussion in 'HTML & Website Design' started by chemicalinck, Jun 1, 2009.

  1. #1
    Ok so i have a blog at www.tinderbox-il.info. I also own www.tinderbox-il.com. What i want to do is to redirect all the people who enter the .com website to my .info blog. Can someone do a script for me. It should be a automatic redirect.

    Please and thank you,
    Inck
     
    chemicalinck, Jun 1, 2009 IP
  2. alfa_375

    alfa_375 Active Member

    Messages:
    445
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #2
    Best way to go to
    www.tinderbox-il.com/cpanel

    Domains -> Manage Redirect Domain

    -> Type
    Temporary (302) Permanent (301)
    http://(www.)? : www.tinderbox-il.com
    redirects to: www.tinderbox-il.info

    Select the radion button for (Redirect with or without www.)

    Click Add button

    That is it. You are done.

    Cheers
     
    alfa_375, Jun 1, 2009 IP
  3. Rodder7

    Rodder7 Active Member

    Messages:
    451
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    88
    #3
    create a .htaccess file

    and insert:

    Redirect 301 / http://www.yournewsite.info/

    upload it to the root of the site your redirecting from.

    there are many other ways also, but this is quick and easy.
     
    Rodder7, Jun 1, 2009 IP