我view page source怎麼看到了php script....
<?
include("config.php");
header("Set-Cookie: Language=; path=/");
$FullUrl= $URL.$MainPage2;
if ($lang=="big5") {
header("Set-Cookie: Language=big5; path=/");
header("Location: $FullUrl");
exit;
}
if ($lang=="gb") {
header("Set-Cookie: Language=gb; path=/");
header("Location: /gb/?$FullUrl");
exit;
}
?>