[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] WAP on a RaQ4



On Fri, 4 Jan 2002, Ian McCabe wrote:

 |I am considering adding WAP capabilities to my RaQ4r and have found the
 |following information amongst the archives and the like. Basically it says
 |to edit the: /etc/httpd/con/mime.types file and add in the following:
 |
 |application/vnd.wap.wmlc-->wmlc
 |application/vnd.wap.wmlsc-->wmlsc
 |image/vnd.wap/wbmp-->wbmp
 |text/vnd.wap.wml-->wml
 |text/vnd.wap.wmlscript-->wmls

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

 |Can I just confirm that this is all that needs to be done, i.e. I dont
 |actually need to install anything or make any other adjustments to the
 |server settings.
 |
 |If this is the case, then happy with that..
 |
 |Anyone done this alone and all worked fine?

Yeah that's all that is needed.. infact for most applications you can even
do without it... because not many people use WAP to access static pages..
so if you are developing a WAP application in say php.. you'll be sending
out the mime-type header by yourself... so you don't really need to
declare it in the mime.types


Kingsly