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

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

690 		}
691 
692 		// No matching route for this URI
693 		$this->status = 404;
694 
695 		throw new Kohana_Request_Exception('Unable to find a route to match the URI: :uri',
696 			array(':uri' => $uri));
697 	}
698 
699 	/**
700 	 * 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 [ 177 ] » Kohana_Request::instance()

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

Environment