View previous topic :: View next topic |
Author |
Message |
Markpano -
Joined: 08 Mar 2015 Posts: 1 Location: United Kingdom
|
Posted: Sun Mar 08, 2015 3:17 pm Post subject: New to php but keep getting Error 404 page |
|
|
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 |
|
Back to top |
|
 |
Toasty -
Joined: 21 Feb 2008 Posts: 296 Location: Chicago, IL
|
Posted: Wed Dec 16, 2015 5:39 pm Post subject: |
|
|
What did you create the file in?
If it is phpinfo.php.txt or otherwise not just phpinfo.php, then you'll get the 404. _________________ Security Blog |
|
Back to top |
|
 |
|