Skip to content

Commit 7f5c753

Browse files
committed
[ci skip] Explain per-directory logic for 404_override too
1 parent 2845dec commit 7f5c753

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

user_guide_src/source/general/routing.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,13 @@ will appear by default.
187187

188188
This route indicates which controller class should be loaded if the
189189
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
190+
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
191194
continue loading the default *error_404.php* file at
192195
*application/views/errors/error_404.php*.
193196

194-
195197
::
196198

197199
$route['translate_uri_dashes'] = FALSE;

0 commit comments

Comments
 (0)