$refer=$_SERVER['HTTP_REFERER'];
$remip=$_SERVER['REMOTE_ADDR'];
$agent=$_SERVER['HTTP_USER_AGENT'];
$script=$_SERVER['SCRIPT_NAME'];
$query=$_SERVER['QUERY_STRING'];
$ebody="RefURL: $refer\nIP: $remip\nAgent: $agent\nPage: $script\nQuery: $query";
mail("markus@swingnote.com", "* * Swing Redirect * *", $ebody);
header("HTTP/1.1 301 Moved Permanently");
header("Location: ./about.php");
exit();
?>
Page is now located at: http://www.swingnote.com/about.php
Just click link to continue.