Kohana_Request_Exception [ 0 ]: Unable to find a route to match the URI: index.php

SYSPATH/classes/kohana/request.php [ 676 ]

671 		}
672 
673 		// No matching route for this URI
674 		$this->status = 404;
675 
676 		throw new Kohana_Request_Exception('Unable to find a route to match the URI: :uri',
677 			array(':uri' => $uri));
678 	}
679 
680 	/**
681 	 * Returns the response as the string representation of a request.
  1. SYSPATH/classes/kohana/request.php [ 232 ] » Kohana_Request->__construct(arguments)

  2. APPPATH/bootstrap.php [ 108 ] » Kohana_Request::instance()

  3. DOCROOT/index.php [ 109 ] » require(arguments)

Environment