andrewfayor
02-14-2002, 03:45 AM
Hi All,
I just want to know how to make the server support WAP? I want to make my server support WAP and i want to offer it to my client. What should i do to do this?
Thanks
You may want to read up on this thread first:
http://www.webhostingtalk.com/showthread.php?s=&threadid=34891&highlight=wap
Lats...
priyadi
02-14-2002, 07:52 AM
In most cases, WAP support falls in the same category as HTML, GIF, JPG, and Flash support. And therefore your web server already supports WAP :). All you need is the correct MIME extension mapping in your mime.types file. If you use a recent web server, your server probably already supports WAP. If you find your server doesn't support WAP yet, then it might be as simple as upgrading your web server.
bitserve
02-14-2002, 12:23 PM
To provide an HDML service, you must configure your web server to support the following MIME types and extensions.
Content MIME type File extension
HDML text/x-hdml hdml
1-bit bitmap image (required only if you will use images in your service) image/bmp bmp
To provide WML 1.1 services, you must configure your web server to support the following MIME types and extensions:
Content MIME type File extension
WML text/vnd.wap.wml wml
1-bit bitmap image (required only if you will use images in your service) image/bmp bmp
To provide WML 1.1, WMLScript 1.1, and multicolor images supported by Up.Browser 4.1 you must configure your web server to support the following MIME types and extensions:
Content MIME type File extension
WML text/vnd.wap.wml wml
WMLScript text/vnd.wap.wmlscript wmls
1-bit bitmap image (required only if you will use images in your service) image/bmp bmp
WBMP Image image/vnd.wap.wbmp wbmp
This was in a table in a Word doc, so it's not real readable, but the information is there.