尝试进入 kohana 中的索引页面时,我不断收到此错误
Kohana_HTTP_Exception [ 404 ]:在此服务器上找不到请求的 URL localwebsite/admin。
SYSPATH\classes\Kohana\Request\Client\Internal.php [79]:
if ( ! class_exists($prefix.$controller))
{
throw HTTP_Exception::factory(404,'The requested URL :uri was not found on this server.',
array(':uri' => $request->uri()))->request($request);
}
// Load the controller using reflection
$class = new ReflectionClass($prefix.$controller);
SYSPATH\classes\Kohana\Request\Client.php[114]:
Kohana_Request_Client_Internal->execute_request(args)
SYSPATH\classes\Kohana\Request.php [990]:
Kohana_Request_Client->execute(arguments)
DOCROOT\index.php [118]:
Kohana_Request->execute()