kein problem
du must nur entsprechende mime-types definieren, bei apache sieht's so aus:
AddType text/vnd.wap.wml .wml
AddType image/vnd.wap.wbmp .wbmp
AddType application/vnd.wap.wmlc .wmlc
AddType text/vnd.wap.wmlscript .wmls
AddType application/vnd.wap.wmlscriptc .wmlsc
außerdem mußt du index.wml als verzeichnisindex eintragen (so wie index.htm und index.html), und wenn du den content mit einer serverseitigen sprache generierst, mußt du den korrekten mime-type übergeben, bei php zb:
header("Content-type: text/vnd.wap.wml");
bis dann
-JL
____________________________________
It\'s not a bug... It\'s a feature!
You know, the main advantage of encrypted paella over ordinary paella is that nobody but you knows what you are eating... (Alvaro)
|