my server is wamp 2.0 (apache 2.2.11), I am trying to run WML page, but each time the emulator show me a download dialogue.
I have tried to add the WML MIME Types as below and restarted the server:
text/vnd.wap.wml wml
text/vnd.wap.wmlscript wmls
image/vnd.wap.wbmp wbmp
but nothing happened. also I tried to change the header in the PHP page to be WML :
header("Content-type: text/vnd.wap.wml; charset=ISO-8859-1");
it doesn't work.
any suggestion please.