//header("Location: https://blog.looklin.idv.tw/blog/");
//exit;
if ($_SERVER['HTTP_HOST']=="blog.looklin.idv.tw"){
header("Location: https://blog.looklin.com/blog/");
exit;
}
else if ($_SERVER['HTTP_HOST']=="blog.looklin.com"){
header("Location: https://blog.looklin.com/blog/");
exit;
}
else if ($_SERVER['HTTP_HOST']=="looklin.idv.tw"){
header("Location: https://looklin.idv.tw/blog/");
exit;
}
else if ($_SERVER['HTTP_HOST']=="www.looklin.idv.tw"){
header("Location: https://www.looklin.idv.tw/blog/");
exit;
}
else if ($_SERVER['HTTP_HOST']=="www.looklin.com"){
header("Location: https://www.looklin.com/blog/");
exit;
}
else if ($_SERVER['HTTP_HOST']=="looklin.com"){
header("Location: https://www.looklin.com/blog/");
exit;
//}
//else{
// header("Location: https://blog.looklin.com/blog/");
}
?>