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 @@ -153,8 +153,9 @@ Auto Routing (Improved)
153153
154154Since v4.2.0, the new more secure Auto Routing has been introduced.
155155
156- .. note :: If you are familiar with CodeIgniter 3's Auto Routing or Auto Routing (Legacy),
157- you can see the differences in :ref: `ChangeLog v4.2.0 <v420-new-improved-auto-routing >`.
156+ .. note :: If you are familiar with Auto Routing, which was enabled by default
157+ from CodeIgniter 3 through 4.1.x, you can see the differences in
158+ :ref: `ChangeLog v4.2.0 <v420-new-improved-auto-routing >`.
158159
159160This section describes the functionality of the new auto-routing.
160161It automatically routes an HTTP request, and executes the corresponding controller method
Original file line number Diff line number Diff line change @@ -585,8 +585,9 @@ Auto Routing (Improved)
585585
586586Since v4.2.0, the new more secure Auto Routing has been introduced.
587587
588- .. note :: If you are familiar with CodeIgniter 3's Auto Routing or Auto Routing (Legacy),
589- you can see the differences in :ref: `ChangeLog v4.2.0 <v420-new-improved-auto-routing >`.
588+ .. note :: If you are familiar with Auto Routing, which was enabled by default
589+ from CodeIgniter 3 through 4.1.x, you can see the differences in
590+ :ref: `ChangeLog v4.2.0 <v420-new-improved-auto-routing >`.
590591
591592When no defined route is found that matches the URI, the system will attempt to match that URI against the controllers and methods when Auto Routing is enabled.
592593
You can’t perform that action at this time.
0 commit comments