0

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() 
4

1 に答える 1