Configuring the Fat-Free Framework

Configuring the Fat-Free Framework requires creating:

  • htaccess – Routes page requests to index.php
  • index.php – Gets the instance of Fat-Free and executes it
  • config.ini – Configuration information and site data
  • routes.ini – Sets the controller for each page
  • controllers – Code that generates the response to requests