YasmeenTartir
New member
hello im trying to write this code
<?php
echo " hello everybody";
?>
in wordpad
..and i've saved it as test.php in folder abc in htdocs .....
when i request this file
http://localhost/abc/test.php
file not found 404
but the server is activated and working when i put
http://localhost/
whats the wrong ???!!!!
<?php
echo " hello everybody";
?>
in wordpad
..and i've saved it as test.php in folder abc in htdocs .....
when i request this file
http://localhost/abc/test.php
file not found 404
but the server is activated and working when i put
http://localhost/
whats the wrong ???!!!!