Jump to content

Mobile emulator not displaying HTML


sazzie

Recommended Posts

 

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.