时间:2021-07-01 10:21:17 帮助过:25人阅读
if ((DEBUG_MODE & 2) != 2){ $smarty->caching = true;}$ua = strtolower($_SERVER['HTTP_USER_AGENT']);$uachar = "/(nokia|sony|ericsson|mot|samsung|sgh|lg|philips|panasonic|alcatel|lenovo|cldc|midp|mobile)/i";if(($ua == '' || preg_match($uachar, $ua))&& !strpos(strtolower($_SERVER['REQUEST_URI']),'wap')){ $Loaction = 'mobile/'; if (!empty($Loaction)) { ecs_header("Location: $Loaction\n"); exit; }}
ecshop 可以开启伪静态 商店设置里面可以设置
蜘蛛搜索可以搜索的到,但是.html后缀会更有好些。
index.php与index.html的后缀现在对seo的影响已经很小了,url主要的是层次性,伪静态也更全球spider抓到
首页影响不大