WAP compatible

deltaned

Verified User
Joined
Jan 23, 2004
Messages
102
Hi,

How can I make the server WAP compatible so wapusers can access the servers?

Wouter
 
I believe its already compatible, you may need to add mime types for it if anything.

Chris
 
As ProWebUK said it should already be wap compliant, I see entries in the mime.types for wap types:
Code:
application/vnd.wap.wmlc     wmlc
application/vnd.wap.wmlscriptc       wmlsc
text/vnd.wap.wml             wml
text/vnd.wap.wmlscript               wmls

Then just create a wap page with the extention .wml or a php/perl/... script that manually forces the content type. It works for me. :)
 
Does the wap.domain.com subdomain actually exist and is it propagated? Also you could get away without the full address if you modify the httpd.conf file and add index.wml to the DirectoryIndex setting.
 
Back
Top