在根目录下的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();
}
Zen Cart屏蔽中文语言浏览器
时间: 2024-10-08 06:47:26