Kohana_Request_Exception [ 0 ]: Unable to find a route to match the URI: index.php ~ SYSPATH/classes/kohana/request.php [ 623 ]

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

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

618 
619         // No matching route for this URI
620         $this->status = 404;
621 
622         if (strpos($uri, "favicon.ico") === false) {
623             throw new Kohana_Request_Exception('Unable to find a route to match the URI: :uri',
624                 array(':uri' => $uri));
625         }
626     }
627 
628     /**
  1. SYSPATH/classes/kohana/request.php [ 219 ] » Kohana_Request->__construct(arguments)

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

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

Environment