I have a php file at http://lohray.com/info1.php that is just -
<?php
phpinfo();
?>
The page does not render on my browsers (I have tried chrome and firefox), however, wget
fetches all the HTML. What might be going wrong? My apache / php are running on an EC2 instance.
Using the developer tools, I can see that I have received a 200 header with X-Powered-By:PHP/5.3.10
.