Problem index.php

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

Problem index.php

Postby mvo » 17. April 2008 13:38

Hallo,

kann die Datei index.php im Verzeichnis htdocs nicht öffen, index.html funktioniert. Broswer versucht Datei zu laden bricht aber ab.
mvo
 
Posts: 3
Joined: 17. April 2008 13:21

Postby Wiedmann » 17. April 2008 13:45

- error.log?
- was steht in der Datei drin?
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany

Inhalt der Datei

Postby mvo » 17. April 2008 13:51

<?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 :-(
mvo
 
Posts: 3
Joined: 17. April 2008 13:21

Postby Wiedmann » 17. April 2008 13:53

Broswer versucht Datei zu laden bricht aber ab.

http://www.apachefriends.org/de/faq-xam ... s.html#cpu
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany


Return to XAMPP für Windows

Who is online

Users browsing this forum: No registered users and 24 guests