pcbguy Posted May 5, 2006 Share Posted May 5, 2006 I have been following a tutorial I found for installing Apache, MySQL, and PHP. It had me create a file called phpinfo.php. Then I am suppossed to go to my web browser and type hxxp://locolhost/phpinfo.php. I do that and nothing happens. It just sits there. Can anyone tell me what I need to do? Everything was going good to this point.Thanks in advance. Quote Link to comment https://forums.phpfreaks.com/topic/9134-installation-help-appreciated/ Share on other sites More sharing options...
lead2gold Posted May 5, 2006 Share Posted May 5, 2006 [!--quoteo(post=371551:date=May 5 2006, 10:44 AM:name=PCB guy)--][div class=\'quotetop\']QUOTE(PCB guy @ May 5 2006, 10:44 AM) [snapback]371551[/snapback][/div][div class=\'quotemain\'][!--quotec--]I have been following a tutorial I found for installing Apache, MySQL, and PHP. It had me create a file called phpinfo.php. Then I am suppossed to go to my web browser and type hxxp://locolhost/phpinfo.php. I do that and nothing happens. It just sits there. Can anyone tell me what I need to do? Everything was going good to this point.Thanks in advance.[/quote]first off, you want the address to be : [a href=\"http://localhost/phpinfo.php\" target=\"_blank\"]http://localhost/phpinfo.php[/a]the phpinfo.php file must reside in a folder on your computer which was specified in your http.conf file (in the apache folder).(do a search for DocumentRoot).if you intend to use multi-users, then you'll have to type :http://localhost/~yournamehere/phpinfo.phpusually the folder you create is called "My Webpage" (default) and it would go inside your "My Documents" folder. Quote Link to comment https://forums.phpfreaks.com/topic/9134-installation-help-appreciated/#findComment-33597 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.