XAMPP Startseite

Irgendwelche Probleme mit XAMPP für Windows? Dann ist hier genau der richtige Ort um nachzufragen.

XAMPP Startseite

Postby hwehner » 22. August 2014 16:05

Hallo,
ich habe folgendes Problem:

wenn ich unter Chrome "localhost/XAMPP" aufrufe bekomme ich folgende Ausgabe im Browser:

<?php
if(file_get_contents("lang.tmp")=="")
{
header("Location: splash.php");
exit();
}
?>
<html>
<head>
<meta name="author" content="Kai Oswald Seidler">
<meta http-equiv="cache-control" content="no-cache">
<?php include("lang/".file_get_contents("lang.tmp").".php"); ?>
<title>XAMPP <?php include('.version');?></title>

<frameset rows="74,*" marginwidth="0" marginheight="0" frameborder="0" border="0" borderwidth="0">
<frame name="head" src="head.php" scrolling=no>
<frameset cols="150,*" marginwidth="0" marginheight="0" frameborder="0" border="0" borderwidth="0">
<frame name="navi" src="navi.php" scrolling=no>
<frame name="content" src="start.php" marginwidth=20>
</frameset>
</frameset>
</head>
<body bgcolor=#ffffff>
</body>
</html>

rufe ich nur "localhost" auf, sieht die Ausgabe folgendermassen aus:

<?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 :-(

Im Firefox bekomme ich eine verstümmelte XAMPP- Seite angezeigt.

Woran kann das liegen, eventuell an irgendwelchen config Dateien?

Für Hinweise bin ich sehr dankbar.

MfG
Heinz
hwehner
 
Posts: 5
Joined: 17. April 2008 21:42

Re: XAMPP Startseite

Postby Altrea » 22. August 2014 16:08

Sieht so aus als wäre PHP in deinem Apache nicht korrekt konfiguriert.
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11926
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64


Return to XAMPP für Windows

Who is online

Users browsing this forum: No registered users and 40 guests