New forum address

Discussion in 'Rebol' started by MaxV, Jan 3, 2012.

  1. MaxV

    MaxV Member

  2. Jason

    Jason Developer / Handyman Staff Member

    Hi Max.
    I did try a redirect from the first URL to the second but it didn't seem to work.
    I wondered it if was because of the ? in the URL.
    I'm looking into it.
  3. MaxV

    MaxV Member

    If http://synapse-ehr.com/forums/forumdisplay.php doesn't exists, create a forumdisplay.php file this way:

    HTML:
    <html>
    <head>
    <meta http-equiv="refresh" content="0; url=http://synapse-ehr.com/community/forums/rebol.5/" >
    </head>
    <body>
    You'll be redirected!
    </body>
    </html>

Share This Page