Main Page

From World Of Catan

(Difference between revisions)
(added redirect)
Line 1: Line 1:
-
<html>
+
<?
-
<head>
+
header( "HTTP/1.1 301 Moved Permanently" );
-
<title>IU Webmaster redirect</title>
+
header( "Status: 301 Moved Permanently" );
-
<META
+
header( "Location: http://www.worldofcatan.com/" );
-
http-equiv="refresh"
+
exit(0); // This is Optional but suggested, to avoid any accidental output
-
content="5;URL=http://www.worldofcatan.com/">
+
?>
-
</head>
+
-
 
+
-
<body bgcolor="#ffffff">
+
-
 
+
-
<center>The contents you are looking for have moved. You will be
+
-
redirected to the new location automatically in 5 seconds. 
+
-
 
+
-
Please bookmark the correct page at
+
-
<a href="http://www.worldofcatan.com/">http://www.worldofcatan.com/</a>
+
-
 
+
-
</center>
+
-
</body>
+
-
</html>
+

Revision as of 04:25, 8 October 2009

<? header( "HTTP/1.1 301 Moved Permanently" ); header( "Status: 301 Moved Permanently" ); header( "Location: http://www.worldofcatan.com/" ); exit(0); // This is Optional but suggested, to avoid any accidental output ?>

Personal tools