Hi im using this script for directing users from my homepage.
When testing NMIB, Its no go, any ideas thanks Paul
<%
If (InStr(Request.ServerVariables("HTTP_ACCEPT"), "text/vnd.wap.wml")) then
Response.Redirect("mtaxi.wml")
Else
' Uncomment the line below when HTML form is in place
' Response.Redirect("mtaxi.htm")
Response.Write("xhtml form page")
End If
%>
This code when tested locally using NMBS 4 works fine! as to does the 7210.
Testing off my host server all is not well, 7210 returns file not found the NMBS returning error 400 bad request.
My host assures me the mime types are installed because the openwave sdk redirects me to the mtaxi.wml page this is true.
I can only think it is somthing to do with Nokia and the script.
Any help out there cheers Paul