127.0.0.1:80跑sutdent.com
127.0.0.1:8104跑jxt.com
127.0.0.1:8105跑xuexiao.com
80口的index.php中
if (stripos($_SERVER['REQUEST_URI'],'jxt.com')){
header('Location:
http://127.0.0.1:8104/');
}
if (stripos($_SERVER['REQUEST_URI'],'xuexiao.com')){
header('Location:
http://127.0.0.1:8105/');
}
--
FROM 221.221.210.*