To enable the web server to serve WAP documents, you need to set the following MIME types on the web server:
- text/vnd.wap.wml for .wml files (WML source files)
- application/vnd.wap.wmlc for .wmlc files (WML compiled files)
- text/vnd.wap.wmlscript for .wmls files (WMLScript source files)
- application/vnd.wap.wmlscriptc for .wmlsc files (WMLScript compiled files)
- image/vnd.wap.wbmp for .wbmp files (wireless bitmaps)
If you use the Apache web server add the following lines in the
..\Apache Group\Apache2\conf\mime.types file:
text/vnd.wap.wml wml
application/vnd.wap.wmlc wmlc
text/vnd.wap.wmlscript wmls
application/vnd.wap.wmlscriptc wmlsc
image/vnd.wap.wbmp wbmp
Mobilefish.com has its own WAP site, see: http://www.mobilefish.com/wap |