码迷,mamicode.com
首页 > 其他好文 > 详细

Zen Cart屏蔽中文语言浏览器

时间:2014-08-07 12:18:39      阅读:185      评论:0      收藏:0      [点我收藏+]

标签:http   io   art   ar   代码   html   htm   window   

在根目录下的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屏蔽中文语言浏览器,布布扣,bubuko.com

Zen Cart屏蔽中文语言浏览器

标签:http   io   art   ar   代码   html   htm   window   

原文地址:http://www.cnblogs.com/lzj87980239/p/3896501.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!