[ 404 ]: Unable to find a route to match the URI: a.asp

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

755 
756 			$processed_uri = Request::process_uri($uri, $this->_injected_routes);
757 
758 			if ($processed_uri === NULL)
759 			{
760 				throw new HTTP_Exception_404('Unable to find a route to match the URI: :uri', array(
761 					':uri' => $uri,
762 				));
763 			}
764 
765 			// Store the URI
  1. SYSPATH/classes/kohana/request.php [ 175 ] » Kohana_Request->__construct()

  2. DOCROOT/index.php [ 108 ] » Kohana_Request::factory()

Environment