Hello,
New to this...
I have downloaded the PHPTriad package( Apache, mySQL) and installed it. Now I am trying to test if PHP works on my local computer. I have started Apace.
http://localhost gives the welcome page from the htdocs folder( index.htm), thats a good sign. 🙂
I deleted that file, and created a index.php page, with <?php echo "Hello";?>
But now nothing is found with http://localhost (Apache still running)
Thanks for reading.