switch ($_SERVER["HTTP_HOST"]) {
case "www1.aspcn.net":
header("location:index1.htm");
休憩;
case "www2.aspcn.net":
header("location:index2.htm");
休憩;
case "www3.aspcn.net":
header("location:index3.htm");
...... 继续追加 ......
休憩;
}
?>