Hello, i cant get my website to work, so i looked in the Xampp map > htdocs and found the index.php file.
I found this text inside, bad sign?
:blink:
Please give me some help, what should i use, do i download it right?
I found this text inside, bad sign?
:blink:
Code:
<?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 :-(
Please give me some help, what should i use, do i download it right?