Kingston_Pendrive/Suli/13.b/Backend/htdocs/index.php
2024-12-17 12:05:52 +01:00

12 lines
260 B
PHP

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