<? # File : redirect.php $address=$HTTP_GET_VARS["address"]; if ($address == "") {header("Location: http:/forum/examples/straight.html"); exit;} else {header("Location: $address");exit;} ?>