When I try to run the phpinfo.php file:
<?php phpinfo(); ?>
on web browser:
http://localhost/phpinfo.php
it returns the page error:
"The page cannot be found..."
although http://localhost/ shows Apache installation success and I did put the .php file in htdocs dir.
What should I do? Any help or guide to previous posts that have similar issue is most appreciated. I'm exhausted searching the right one. Thanks alot.