To set custom routing rules for a controller, one must edit the ________ file.

  • application/config/custom_routes.php
  • application/config/routes.php
  • config/routes.php
  • routes.php
To set custom routing rules for a controller in CodeIgniter, you need to edit the application/config/routes.php file. This file contains the routing rules for the entire application, allowing you to define custom routes for controllers and methods.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *