<!DOCTYPE html>
<html lang="en-US">
<?php
if (isset($_SERVER['REDIRECT_URL'])) {
$uri = $_SERVER['REDIRECT_URL'];
$len = strlen($uri);
if ($len>3) {
if (substr($uri, 0, 3) === "/go") {
$rest = substr($uri, -$len+3);
$newloc = "https://einatbesser.com/koppa/tickets/?event_id=" . (string)$rest;
echo "<script>";
echo "window.location = '" . $newloc . "';";
echo "</script>";
}
}
}
?>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<title>דף לא נמצא</title>
<link rel="shortcut icon" type="image/png" href="../imgs/favicon.png" />
<link rel="stylesheet" type="text/css" href="/errpg/errpg.css?version=1">
</head>
<body>
<div class="content">
<div class="header1">הדף שחיפשת לא נמצא</div>
<div class="header1">חזור אל <a href="http://einatbesser.com">עינת בסר</a></div>
</div>
</body>
</html>