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. Link to comment https://forums.phpfreaks.com/topic/49885-mobile-emulator-not-displaying-html/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.