Hello, I am a newbie trying to set up a WAMP server onto localhost. I have followed several instructional website for installing and configuring such a server. I followed these instructions very closely, and the everything was configured corectly. My problem is that I write the following code on notepad where it is saved as test.php file:
<?php
echo "<h1> Hello, i'm a PHP file! </h1>";
?>
When I open up
http://localhost/test.php (on sea monkey and internet explorer) I get a message saying "NOT FOUND: The requested URL /test.php was not found on this server." I have been working on correcting this for weeks, and I followed instructions from multiple sources. Is there something on my services that is blocking the communication between php and apache? What would be the easiest way to alleviate this situation. Thank you very much.
Matt
Start Free Trial