Discuz触屏版网址链接删除尾巴(mobile=2)的方法
方法如下:第一步:
找到文件/source/class/helper/helper_mobile.php中:
$content = preg_replace_callback("/href=\"(\w+\.php)(.*?)\"/", array(__CLASS__, 'mobileoutput_callback_mobilereplace_12'), $content);
将其删除或者注释掉即可;
第二步:
查找文件/source/function/function_core.php中:
function dheader($string, $replace = true, $http_response_code = 0)
将其下面的:
if(defined('IN_MOBILE') && strpos($string, 'mobile') === false && $islocation) {
if (strpos($string, '?') === false) {
$string = $string.'?mobile='.IN_MOBILE;
} else {
if(strpos($string, '#') === false) {
$string = $string.'&mobile='.IN_MOBILE;
} else {
$str_arr = explode('#', $string);
$str_arr = $str_arr.'&mobile='.IN_MOBILE;
$string = implode('#', $str_arr);
}
}
}
删除或者注释掉即可。
这样做之后再手机上访问和PC上访问的是同一个链接,也能正常访问手机版,需要注意的是要设置默认手机版是触屏版,相信现在没人不是这么设置。
这样修改还有一个好处就是理论上会减些轻服务器负担,提升速度虽然人难体会得到。
小手一抖,沙发到手! 小手一抖,沙发到手! 小手一抖,沙发到手! 沙发!沙发! 小手一抖,沙发到手! 沙发!沙发! 小手一抖,沙发到手! 小手一抖,沙发到手! 小手一抖,沙发到手!