
Untitled
By: a guest on
May 7th, 2012 | syntax:
None | size: 0.50 KB | hits: 80 | expires: Never
<?php
header("HTTP/1.1 301 Moved Permanently", false, 301);
//echo 1;
$redir = "http://della.ua";
$redir .= $_SERVER['REQUEST_URI'];
header("Location: ".$redir);
?>
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<meta http-equiv="Refresh" content="10; url=http://www.della.in.ua">
<title>301 Moved Permanently</title>
</head>
<body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="http://www.della.in.ua">here</a></p>.
</body>