Jump to content

Installation help appreciated


Recommended Posts

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.
Link to comment
https://forums.phpfreaks.com/topic/9134-installation-help-appreciated/
Share on other sites

[!--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.php

usually the folder you create is called "My Webpage" (default) and it would go inside your "My Documents" folder.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.