Page 1 of 1

Server HELP Needed !!

Posted: Wed Sep 19, 2007 11:12 am
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 !

Posted: Wed Sep 19, 2007 7:37 pm
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.