sazzie Posted May 3, 2007 Share Posted May 3, 2007 I know my query is based on mobile applications but bear with me please while I explain. My apache installation has got an addtype instruction to deal with php and html through the php parser. This all works fine in Internet Explorer but my mobile phone emulator doesn't even display basic html servered through the apache server. I use the localhost address to display my simply webpage. IE responds positively but the mobile emulator just says "response unknown". Can anyone tell me is there are instructions to get apache to recognise other client types? All I'm serving through apache is the following: <html> <head> <title> Test Page </title> </head> <body> Testing This Output! </body> </html> Please help. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.