Hi
I am a really newbie to php and have installed Abysis Web server and the first exercise is to create a text file call it phpinfo.php it contains the code below:
<?php phpinfo(); ?>
When i type into ie or chrome:
http://localhost/phpinfo.php
I keep getting a Error 404.
I am saving the file to the correct location which is:
C:\Abyss Web Server\htdocs
I know its probably something really simple but if anyone could share some light as want to start getting on with some more of the exercises?
Mark