Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • alanajames Friend
    #128543

    Hi,
    As a new user I am puzzled by the following:

    1. I am using localhost with XAMPP as per your tutorials
    2. The XAMPP control panel shows all the modules running and the status as OK
    3. I can access and use the XAMPP control panel easily
    4. I installed JoomlaExplorer to work with code as per user guide
    5. 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 Friend
    #261407

    Why use joomlaxplorer when you are on localhost?

    alanajames Friend
    #261512

    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 Friend
    #261559

    Good to hear that things goes better for you.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Menalto 15 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum