@include_once "intro.php"; exit; $LastModified = gmdate("D d M Y H:i:s", filemtime($HTTP_SERVER_VARS[SCRIPT_FILENAME])); header("Last-Modified: $LastModified GMT"); header("ETag: \"$LastModified\""); header("Location: http://".$_SERVER['SERVER_NAME']."/new/"); ?>