summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/general
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-09-28 16:05:52 +0200
committerAndrey Andreev <narf@devilix.net>2015-09-28 16:05:52 +0200
commit7f5c7533312d38ea922e6068cd097bf694fa3907 (patch)
tree21f2ca846cef51d5bd7ffe535d6cade392120b41 /user_guide_src/source/general
parent2845decb8a1867ae15eff941ae828c210fa64d7e (diff)
[ci skip] Explain per-directory logic for 404_override too
Diffstat (limited to 'user_guide_src/source/general')
-rw-r--r--user_guide_src/source/general/routing.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/user_guide_src/source/general/routing.rst b/user_guide_src/source/general/routing.rst
index dc5c0201e..b2c9873ab 100644
--- a/user_guide_src/source/general/routing.rst
+++ b/user_guide_src/source/general/routing.rst
@@ -187,11 +187,13 @@ will appear by default.
This route indicates which controller class should be loaded if the
requested controller is not found. It will override the default 404
-error page. It won't affect to the ``show_404()`` function, which will
+error page. Same per-directory rules as with 'default_controller'
+apply here as well.
+
+It won't affect to the ``show_404()`` function, which will
continue loading the default *error_404.php* file at
*application/views/errors/error_404.php*.
-
::
$route['translate_uri_dashes'] = FALSE;