PDA

View Full Version : Problem JoomlaExplorer Error message


alanajames
05-14-2008, 05:13 PM
Hi,
As a new user I am puzzled by the following:

I am using localhost with XAMPP as per your tutorials
The XAMPP control panel shows all the modules running and the status as OK
I can access and use the XAMPP control panel easily
I installed JoomlaExplorer to work with code as per user guide
I get the following error message when I try to access php index through Explorer


<?php
if (!empty($_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS'])) {
$uri = 'https://';
} else {
$uri = 'http://';
}
$uri .= $_SERVER['HTTP_HOST'];
header('Location: '.$uri.'/xampp/');
exit;
?>
Something is wrong with the XAMPP installation :-(

Any help or ideas as to what to do next would be appreciated.
THX - Alana:confused:

Menalto
07-22-2008, 08:15 AM
Why use joomlaxplorer when you are on localhost?

alanajames
07-22-2008, 01:51 PM
Not on local host Menalto- using GoDaddy,
That message is so old that it probably happened before I moved to the server and when I was so green I didn't know what the Explorer tool was used for

Shows how much we learn how quickly
Alana

Menalto
07-22-2008, 07:00 PM
Good to hear that things goes better for you.