WAP服务器环境设置

Server 端的设置

  在这里,我们先用最为典型的IIS服务器作为例子:

  为了使IIS支持WAP(WML)页面的发布,在IIS的Web站点的属性 / HTTP信息中设置WAP的MIME属性,添加如下的MIME类型:

  扩展名   内容类型(MIME)  
  .wml    text/vnd.wap.wml  
  .wbmp    image/vnd.wap.wbmp  
  .wmlc    application/vnd.wap.wmlc  
  .wmls    text/vnd.wap.wmls  
  .wmlsc   application/vnd.wap.wmlsc  

  重启 IIS 使其支持 WAP 页面的发布。

  如果你使用的是 Apache 作为Web服务器的话,找到conf/httpd.conf这个配置文件,然后在里面添上MIME类型。在httpd.conf中加入如下几行:

  AddType text/vnd.wap.wml .wml
  AddType image/vnd.wap.wbmp .wbmp
  AddType application/vnd.wap.wmlc .wmlc
  AddType text/vnd.wap.wmls .wmls
  AddType application/vnd.wap.wmlsc .wmlsc

  重启 Apache Server 使其支持 WAP 页面的发布。

  这样,你的Server就支持 WAP(WML) 站点的发布了

0
如无特殊说明,文章均为本站原创,转载请注明出处

该文章由 发布

这货来去如风,什么鬼都没留下!!!

Warning: Use of undefined constant PRC - assumed 'PRC' (this will throw an Error in a future version of PHP) in /www/wwwroot/3v.org.cn/wp-content/themes/Play-LM/comments.php on line 20
发表我的评论

Hi,请填写昵称和邮箱!

取消评论
代码 贴图 加粗 链接 删除线 签到