XAMPP localhost redirige vers localhost/tableau de bord

Je viens d'installer xampp-win32-5.5.30 et dans le panneau de contrôle de xampp Apache et mysql commencé sans aucune erreur, mais j'ai trouvé:

1)localhost dans mon navigateur redirige vers une autre page localhost/tableau de bord/ et pas le xampp page de démarrage.

2)localhost/xampp affiche les éléments suivants:

Index of /xampp

[ICO]   Name    Last modified   Size    Description
[PARENTDIR] Parent Directory        -    
Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.5.30 Server at localhost Port 80

Dans C:\xampp\htdocs\index.php fichier:

<?php   
    if (!empty($_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS'])) 
    {
            $uri = 'https://';
    } 
    else 
    {
            $uri = 'http://';
    }
    $uri .= $_SERVER['HTTP_HOST'];
    header('Location: '.$uri.'/dashboard/');
    exit;
?>

Something is wrong with the XAMPP installation :-(

Est-il quelque chose de mal avec l'installation?

InformationsquelleAutor Lum | 2015-10-22