List Reserved Routes in FuelPHP

devquora
devquora

Posted On: Feb 22, 2018

 

In Fuel, there are 4 reserved routes. They are _root_, _403_, _404_ and _500_.

  • _root_ – The default route when no URI is specified.
  • _403_ – The route used when the application throws an HttpNoAccessException that isn’t caught.
  • _404_ – The route used when the application throws an HttpNotFoundException that isn’t caught.
  • _500_ – The route used when the application throws an HttpServerErrorException that isn’t caught.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Fuel PHP Interview Questions

    What is the current Stable version of FuelPHP?

    What is the current Stable version of FuelPHP?..

    Fuel PHP Interview Questions

    What is the minimum requirement for installing FuelPHP?

    What is the minimum requirement for installing FuelPHP?..