裝好 XAMPP 如果沒有設定密碼會進入管理程式。
你可以設定密碼,並且修改預設文件 index.php 的內容如下 ...



<?php
if (!empty($_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS'])) {
$uri = 'https://';
} else {
$uri = 'http://';
}
$uri .= $_SERVER['HTTP_HOST'];
//header('Location: '.$uri.'/xampp/');header('Location: '.$uri.'/lifetype/');
exit;
?>
Something is wrong with the XAMPP installation :-(