Main Page
From World Of Catan
(Difference between revisions)
(added redirect) |
|||
Line 1: | Line 1: | ||
- | < | + | <? |
- | + | 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 | |
- | + | ?> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + |
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 ?>