HTTP_Exception_404 [ 404 ]: The requested URL /sklep/index.html was not found on this server.

SYSPATH/classes/kohana/request/client/internal.php [ 94 ]

89 			// Initiate response time
90 			$this->_response_time = time();
91 
92 			if ( ! class_exists($prefix.$controller))
93 			{
94 				throw new HTTP_Exception_404('The requested URL :uri was not found on this server.',
95 													array(':uri' => $request->uri()));
96 			}
97 
98 			// Load the controller using reflection
99 			$class = new ReflectionClass($prefix.$controller);
  1. SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client_Internal->execute(arguments)

  2. DOCROOT/index.php [ 117 ] » Kohana_Request->execute()

Environment