Page 1 of 1

HELP PLEASE. First time running XAMPP

PostPosted: 09. December 2008 00:40
by bee-cc
Hello everyone

I need some guidance please. I am setting up a small intranet using XAMPP and the Drupal CMS...
So far I've installed XAMPP on the internal server, which worked fine. I can access the control panel of XAMPP but next I want to launch phpMyAdmin... so I type http://localhost into my web browser to get to phpMyAdmin but it comes up with:

"Internet Explorer cannot display the webpage"

I'm guessing this is because the xampp installation is on a different box (the server and not my local PC). Does anyone know how I can fix this, or how to launch phpMyAdmin another way?

All help is appreciated, thanks in advance :)

BCC

Re: HELP PLEASE. First time running XAMPP

PostPosted: 09. December 2008 02:03
by glitzi85
localhost is the address of the local machine, the computer you are sitting at the moment (always!).

You must either type http://ip.of.the.server or http://name-of-the-server.

glitzi

Re: HELP PLEASE. First time running XAMPP

PostPosted: 09. December 2008 03:00
by bee-cc
ok now that you mention that glitzi, it makes perfect sense :)
So instead of locahost, I'm entering the server name but it brings up the LOTUS landing page and not XAMPP. If I go to server/xampp it just opens the folder in windows explorer

what should I do next mate ?
thanks for your help!!!

Re: HELP PLEASE. First time running XAMPP

PostPosted: 09. December 2008 11:28
by glitzi85
OK, that's strange. It is impossible to start Apache if there is already a webserver listening on Port 80. So you should get an error message when you try to start Apache from XAMPP.

The easiest way would be to change the Apache Port. To do this, you must edit this file: xampp\apache\conf\httpd.conf and change this line:

Code: Select all
Listen 80


to for example this one:

Code: Select all
Listen 8080


Then start your Apache and run call it in this way: http://server-name:8080

glitzi

Re: HELP PLEASE. First time running XAMPP

PostPosted: 10. December 2008 00:05
by bee-cc
Glitzi, you are a legend!
Thanks for giving me specific help on this issue, I think your instructions will help me with what I need.

Thanks thanks thanks :)