在根目录下的index.php前面加上以下这段代码即可;
if(preg_match("/zh-cn/is",$_SERVER['HTTP_ACCEPT_LANGUAGE'])){ header("HTTP/1.1 404 Not Found"); header("Status: 404 Not Found"); echo "<script>window.location.href='nddbc.html';</script>"; exit(); }