在尝试浏览kohana中的索引页时,我一直收到此错误
Kohana_HTTP_Exception [404]:在此服务器上找不到请求的网址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 \类\ Kohana的\请求\ 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()
答案 0 :(得分:-1)
Kohana是一个非常强大的框架,头号规则是不通过系统或模块文件夹!
你不应该在框架上指责这样的问题,而是检查你的路线/启动一个新项目以找到问题。
留在应用程序文件夹中,因为一旦你开始搞乱/ system和/ modules你就无法升级kohana :(