We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2845dec commit 7f5c753Copy full SHA for 7f5c753
user_guide_src/source/general/routing.rst
@@ -187,11 +187,13 @@ will appear by default.
187
188
This route indicates which controller class should be loaded if the
189
requested controller is not found. It will override the default 404
190
-error page. It won't affect to the ``show_404()`` function, which will
+error page. Same per-directory rules as with 'default_controller'
191
+apply here as well.
192
+
193
+It won't affect to the ``show_404()`` function, which will
194
continue loading the default *error_404.php* file at
195
*application/views/errors/error_404.php*.
196
-
197
::
198
199
$route['translate_uri_dashes'] = FALSE;
0 commit comments