WAP/WML Support?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ttznews
    Junior Member
    • Feb 2006
    • 1

    #1

    WAP/WML Support?

    I'd been told many good things about Dathorn and thinking about moving several of my sites. One question I have, does Dathorn provide WAP/WML support? If not, any plan to support it in the near future(say in few months)?

    Thanks!

    TTZ
  • Elite
    Senior Member
    • Apr 2004
    • 168

    #2
    I believe so

    Comment

    • AndrewT
      Administrator
      • Mar 2004
      • 3655

      #3
      Please be more specific as to what you are looking for.

      In basic terms, yes it will work, you may have to setup the appropriate .wml extensions in your cPanel though. This is not something that we really provide support on.

      Comment

      • djn
        Senior Member
        • Mar 2004
        • 140

        #4
        Configuring Apache for WAP/WML is something so easy it doesn't really require support: All you need to do is paste these lines:

        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

        into a text file, rename it into .htaccess, put it in the root of your wapsite and you're done (except for actually writing the WML pages, of course).

        Comment

        Working...