Server HELP Needed !!

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
gohbiscuit
Forum Newbie
Posts: 1
Joined: Wed Sep 19, 2007 11:02 am

Server HELP Needed !!

Post by gohbiscuit »

Hi everybody !, need help with the server loading page.


I have installed the xampp server and start up successfully, but when i tried to access the http://localhost/xampp page,
it seems to be loading forever !

This problem also occur for apache web server, when i access the http://localhost:8080/ page.


Windows firewall is already off, i don't know whats the error...

How can i solve it? anyone ? i have been stucked on this, the whole afternoon :cry:


THANK YOU !
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Post by califdon »

Since you didn't show any document name in the two URIs that you showed, you are depending on there being a file in your document root with the name of the default document--commonly, index.html, but it could be configured to be anthing at all. Is there a document there with that name? Do you even know what the default name is, for your installation? Indeed, do you know the full path of your document root? If you don't, you have to start there: look in your httpd.conf file (or whatever the name of the configuration file is with XAMPP) and determine where your document root is located.
Post Reply