国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 網(wǎng)站 > Nginx > 正文

在Nginx下進(jìn)行wap和www訪問(wèn)選擇

2024-08-30 12:23:35
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友
       本文教大家解決手機(jī)端訪問(wèn)www網(wǎng)站時(shí)切換到wap網(wǎng)頁(yè),同時(shí)pc機(jī)訪問(wèn)wap時(shí)切換到www端問(wèn)題的解決辦法。
 
  方法一:nginx根據(jù)http_user_agent判斷,在nginx.conf配置:
 
  代碼一:
 
  server{
 
  listen80;
 
  server_namelocalhost;
 
  #charsetkoi8-r;
 
  #access_loglogs/host.access.logmain;
 
  location/{
 
  root/usr/share/nginx/html;
 
  #這里大小寫敏感,~*無(wú)視大小寫。
 
  if($http_user_agent~"((MIDP)|(WAP)|(UP.Browser)|(Smartphone)|(Obigo)|(Mobile)|(AU.Browser)|(wxd.Mms)|(WxdB.Browser)|(CLDC)|(UP.Link)|(KM.Browser)|(UCWEB)|(SEMC/-Browser)|(Mini)|(Symbian)|(Palm)|(Nokia)|(Panasonic)|(MOT)|(SonyEricsson)|(NEC)|(Alcatel)|(Ericsson)|(BENQ)|(BenQ)|(Amoisonic)|(Amoi)|(Capitel)|(PHILIPS)|(SAMSUNG)|(Lenovo)|(Mitsu)|(Motorola)|(SHARP)|(WAPPER)|(LG)|(EG900)|(CECT)|(Compal)|(kejian)|(Bird)|(BIRD)|(G900/V1.0)|(Arima)|(CTL)|(TDG)|(Daxian)|(DAXIAN)|(DBTEL)|(Eastcom)|(EASTCOM)|(PANTECH)|(Dopod)|(Haier)|(HAIER)|(KONKA)|(KEJIAN)|(LENOVO)|(Soutec)|(SOUTEC)|(SAGEM)|(SEC)|(SED)|(EMOL)|(INNO55)|(ZTE)|(iPhone)|(Android)|(WindowsCE)|(Wget)|(Java)|(curl)|(Opera))")
 
  {
 
  #wap版目錄
 
  root/usr/share/nginx/html/mobile;
 
  }
 
  indexindex.phpindex.htmlindex.htm;
 
  }
 
  代碼二:
 
  server{
 
  listen80;
 
  server_namelocalhost;
 
  #charsetkoi8-r;
 
  #access_loglogs/host.access.logmain;
 
  location=/{
 
  root/usr/share/nginx/html;
 
  if($http_user_agent~*"Nokia"){rewrite./index.htmlbreak;}
 
  if($http_user_agent~*"Mobile"){rewrite./index.htmlbreak;}
 
  if($http_user_agent~*"SAMSUNG"){rewrite./index.htmlbreak;}}
 
  if($http_user_agent~*"SonyEricsson"){rewrite./index.htmlbreak;}
 
  if($http_user_agent~*"MOT"){rewrite./index.htmlbreak;}}
 
  if($http_user_agent~*"BlackBerry"){rewrite./index.htmlbreak;}
 
  if($http_user_agent~*"LG"){rewrite./index.htmlbreak;}}
 
  if($http_user_agent~*"HTC"){rewrite./index.htmlbreak;}
 
  if($http_user_agent~*"J2ME"){rewrite./index.htmlbreak;}
 
  if($http_user_agent~*"OperaMini"){rewrite./index.htmlbreak;}}
 
  indexindex.phpindex.html;
 
  }
 
  方法二:在每個(gè)頁(yè)面,通過(guò)百度的uaredirect.js來(lái)實(shí)現(xiàn)
 
  <scriptsrc="http://siteapp.baidu.com/static/webappservice/uaredirect.js"type="text/javascript"></script><scripttype="text/javascript">uaredirect("http://www.手機(jī)網(wǎng)站的地址.com");</script>
 
       其實(shí)解決類似問(wèn)題方法還是挺多的,這里就列舉這兩個(gè)簡(jiǎn)答的辦法。


發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 香港 | 温宿县| 太和县| 蕲春县| 建宁县| 阆中市| 衡阳市| 大竹县| 汝阳县| 长泰县| 高尔夫| 开封县| 阿坝县| 双桥区| 潞城市| 噶尔县| 休宁县| 基隆市| 孟津县| 车致| 伽师县| 虹口区| 安泽县| 黄梅县| 商河县| 贵定县| 瓮安县| 安康市| 德兴市| 宾阳县| 禄丰县| 新乡县| 宝坻区| 长武县| 阳信县| 新巴尔虎左旗| 上杭县| 静海县| 赫章县| 司法| 三门县|