<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-CN">
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<meta http-equiv="refresh" content="0.1;url=http://su.sseuu.com/">
<title></title>
</head>
<body>
</body>
</html>
index.php
----------------------------------
<?php
header("Location: zlt.sseuu.com");
exit();
?>
----------------------------------
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: zlt.sseuu.com");
exit();
?>