您的位置:首页 > 其它

sisx, sis and other mobile content MIME types

2009-11-01 19:58 357 查看
If you are looking to host some online content for Symbian Phones or
others, there is a requirement to work out the right MIME types that
the phone / device is going to expect from your webserver. After
spending 45 minutes trying to work out what they are, I am posting them
here for your viewing and usage pleasures. These are only for content
types that I've come across and required so far. If there are others
you are aware of, please do post them in the comments to this blog.

You should just be able to drop these into a file ( eg.
mobile-content.conf ) in the /etc/httpd/conf.d/ directory and reload
apache server.

# Symbian Specific:
AddType application/octet-stream sisx
AddType application/vnd.symbian.install sis
AddType application/java-archive jar
AddType application/x-java-archive jar
AddType text/vnd.sun.j2me.app-descriptor jad
AddType text/vnd.wap.wml wml
AddType text/vnd.wap.wmlscript wmls
AddType text/vnd.wap.wmlscript wmlsc
AddType application/vnd.wap.wmlscriptc wmlscriptc
# SE Specific:
AddType application/vnd.sonyericsson.mms-template .tpl
# Nokia
AddType application/vnd.Nokie.ringing-tone rng
AddType application/x-nokiagamedata ngd
AddType application/vnd.nokia.gamedata nqd
AddType application/x-nokia-9000-communicator-add-on-software aos
AddType image/vnd.nok-3dscreensaver n3a
# mms
AddType application/vnd.wap.mms-message mms
# video
AddType video/3gpp 3gp
AddType video/3gpp mp4
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: