This code can be used as a HTML Redirector when a page or website has moved.
<html>
<head>
<meta http-equiv=”Content-Language” content=”en-gb”>
<title>http://www.YOUR-NEW-SITE.co.uk</title>
</head>
<body>
<p>This page has moved to: <a href=”http://www.YOUR-NEW-SITE.co.uk” >http://www.YOUR-NEW-SITE.co.uk</a></p>
<p> </p>
<p>Please update your records, you will now be redirected…</p>
<meta HTTP-EQUIV=”REFRESH” CONTENT=”5;URL=http://www.YOUR-NEW-SITE.co.uk”>
</body>
</html>
