Kohana_HTTP_Exception [ 404 ]: The requested URL :uri was not found on this server.

SYSPATH/classes/Kohana/Request/Client/Internal.php [ 79 ]

74 			if ( ! class_exists($prefix.$controller))
75 			{
76 				throw HTTP_Exception::factory(404,
77 					'The requested URL :uri was not found on this server.',
78 					array(':uri' => $request->uri())
79 				)->request($request);
80 			}
81 
82 			// Load the controller using reflection
83 			$class = new ReflectionClass($prefix.$controller);
84 
  1. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  2. SYSPATH/classes/Kohana/Request.php [ 986 ] » Kohana_Request_Client->execute(arguments)

  3. DOCROOT/index.php [ 121 ] » Kohana_Request->execute()

Environment