Page 1 of 1

http://localhost and http://127.0.0.1 problems

PostPosted: 31. October 2009 01:52
by KevinDavis
Hello,

I'm having some issues in viewing my pages with xampp.. I have installed xampp and the apache seems to be running find... However, it seems that no web pages i.e. the xampp settings, or the phpmyadmin pages is can't seem to display. Heck I can't see the it works page.

Here are my settings...

In the windows host file I have the settings:
127.0.0.1 localhost

and inthe httpd.conf I have these settings:
DocumentRoot "C:/xampp/htdocs

What could be causing the problem?? Thanks!

Re: http://localhost and http://127.0.0.1 problems

PostPosted: 31. October 2009 03:56
by Izzy
KevinDavis wrote:...and the apache seems to be running...
How do you know that Apache and MySQL are running?

How are you trying to see the Welcome Page or phpMyAdmin pages - what are you typing in your browser?

Any clues in the C:\xampp\apache\logs\error.log file?

What version of XAMPP?
Which Windows OS?
KevinDavis wrote:and inthe httpd.conf I have these settings:
DocumentRoot "C:/xampp/htdocs
I take it that this is a typo as the line should read
Code: Select all
DocumentRoot "C:/xampp/htdocs"