<%@ language="VBScript" %> <% Option Explicit 'Buffer the response, so Response.Expires can be used Response.Buffer = TRUE %> The page cannot be displayed

The page cannot be displayed


Wellington College is changing and so is its website. We now have a brand new site at http://www.wellingtoncollege.org.uk. You are reading this message because you have bookmarked a page on our old site.
 
Within the next 20 seconds or so, you will be automatically re-directed to our new website, or you can click here http://www.wellingtoncollege.org.uk to go to it.

<% dim oldurl dim newurl oldurl=request.servervariables("QUERY_STRING") oldurl=replace(oldurl, "404;", "") oldurl=replace(oldurl, ":80", "") newurl=replace(oldurl, "www", "old") %>
The page you were looking for is <% response.write(oldurl) %>
 
Temporarily you can access our old website at http://old.wellingtoncollege.org.uk
 
Try clicking this link - <% response.write(newurl) %> - it might possibly still be on the old server.
 
Thank you
Wellington College