So php on local machine is not rendering a page at all, what am I overlooking?
info.php outputs as expected. test.php with only the following code is waiting for localhost forever.
<html>
<body>
<?php echo "hello world"; ?>
</body>
</html>
By waiting forever I mean the browser status says: "waiting for localhost"
Can anyone turn on the light please?