File tree Expand file tree Collapse file tree
user_guide_src/source/incoming Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -416,7 +416,7 @@ To call the above controller your URI will look something like this::
416416Each of your sub-directories may contain a default controller which will be
417417called if the URL contains *only * the sub-directory. Simply put a controller
418418in there that matches the name of your default controller as specified in
419- your **app/Config/Routes .php ** file.
419+ your **app/Config/Routing .php ** file.
420420
421421CodeIgniter also permits you to map your URIs using its :ref: `Defined Route Routing <defined-route-routing >`..
422422
@@ -547,7 +547,7 @@ Defining a Default Controller (Legacy)
547547
548548Let's try it with the ``Helloworld `` controller.
549549
550- To specify a default controller open your **app/Config/Routes .php **
550+ To specify a default controller open your **app/Config/Routing .php **
551551file and set this property::
552552
553553 public string $defaultController = 'Helloworld';
@@ -595,7 +595,7 @@ To call the above controller your URI will look something like this::
595595Each of your sub-directories may contain a default controller which will be
596596called if the URL contains *only * the sub-directory. Simply put a controller
597597in there that matches the name of your default controller as specified in
598- your **app/Config/Routes .php ** file.
598+ your **app/Config/Routing .php ** file.
599599
600600CodeIgniter also permits you to map your URIs using its :ref: `Defined Route Routing <defined-route-routing >`..
601601
You can’t perform that action at this time.
0 commit comments