补充跟目录index.php代码
<?php
if (!empty($_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS'])) {
$uri = 'https://';
} else {
$uri = 'http://';
}
header('Location: '.$uri.'/space');
exit;
?>
Something is wrong with the XAMPP installation :-(