首页 相关文章 在Apache上简简单单开个WAP站点

在Apache上简简单单开个WAP站点


  现在可以上网的手机越来越多, 要是可以随时在手机上面看到自己的网站的相关信息, 岂不是非常Happy么。
  现在就动手,其实很简单。
  打开/path/to/httpd.conf:在最后添加以下配置内容
  
  代码:
  #Wap MIME
  AddType text/vnd.wap.wml .Wml
  AddType application/vnd.wap.wmlc .Wmlc
  AddType image/vnd.wap.wbmp .Wbmp
  AddType application/vnd.wap.wmlscriptc .wmlsc
  AddType text/vnd.wap.wmlscript .Wmls
  AddType application/vnd.wap/wmlscriptc .Wsc
  
  然后使配置生效。
  
  就这么简单,你的Apache已经可以支持Wap访问了。
  
  来吧:手机打开http://我的网站/index.php,我靠,哪里支持啊。
  
  对不起对不起,忘记说...[ 查看全文 ]

在Apache上简简单单开个WAP站点的相关文章

手机页面
收藏网站 回到头部