Meta Refresh

Discussion in 'Site & Server Administration' started by Padawan, Aug 11, 2005.

  1. #1
    I've just completed a site redesign and was going to use a 301 redirect from the old pages to their equivalent new ones. However, I've been told that I can't do this because I'm on a Windows Server.

    Therefore, my coder has used meta refresh which I am now reading is a bad thing.

    Is this true and what, if any, other options do I have for redirecting the old pages?
     
    Padawan, Aug 11, 2005 IP
  2. Dji-man

    Dji-man Peon

    Messages:
    185
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Dji-man, Aug 11, 2005 IP
  3. J.D.

    J.D. Peon

    Messages:
    1,198
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Edit: that was fast, Dji-man :)

    Padawan, stay away from meta refresh - it is not supported by some browser configurations for security reasons.

    J.D.
     
    J.D., Aug 11, 2005 IP
  4. Padawan

    Padawan Peon

    Messages:
    1,085
    Likes Received:
    70
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I don't have access to the server unfortunately, are there any other options?
     
    Padawan, Aug 11, 2005 IP
  5. GeorgeB.

    GeorgeB. Notable Member

    Messages:
    5,695
    Likes Received:
    288
    Best Answers:
    0
    Trophy Points:
    280
    #5
    If the site uses PHP you can do it with

    header("Location: http://www.example.com/");

    - George
     
    GeorgeB., Aug 11, 2005 IP