sonofagun Posted October 2, 2003 Posted October 2, 2003 Do you offer hosting plans that allow mobile phones to access wap pages? Thanks in advance
TCH-Sales Posted October 3, 2003 Posted October 3, 2003 No, not as far as server based services go. You might be able to find a 3rd party script or service to do this for you though.
Head Guru Posted October 3, 2003 Posted October 3, 2003 Most wap is done via cgi. We fully support cgi...
music4missions Posted May 25, 2005 Posted May 25, 2005 Most wap is done via cgi. We fully support cgi... <{POST_SNAPBACK}> It is perfectly possible to run *.wml pages along side *.html pages on the same server. You just have to reconfigure your server with the appropriate Mime Types. You can get access to your APACHE server configuration files via the control panel. Under site management you will have mime types. Just add the following 5 mime types to the user mime types: 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 This means that any file with *wml and above extensions will be recognisable as such by a WAP phone connecting to your server. I havent fully tested this service yet but let me know how you go.
TCH-Bruce Posted May 25, 2005 Posted May 25, 2005 The server doesn't need any configuration changes. You can put up .wml pages and they will be served.
Recommended Posts