diff --git a/user_guide_src/source/incoming/auto_routing_improved.rst b/user_guide_src/source/incoming/auto_routing_improved.rst index 1fc15a8c5a..95e65e387d 100644 --- a/user_guide_src/source/incoming/auto_routing_improved.rst +++ b/user_guide_src/source/incoming/auto_routing_improved.rst @@ -388,6 +388,9 @@ For example, the URI ``sub-dir/hello-controller/some-method`` will execute the Disable Translate URI To CamelCase ---------------------------------- +.. note:: The option to disable "Translate URI To CamelCase" exists only for + backward compatibility. We don't recommend to disable it. + To disable it, you need to change the setting ``$translateUriToCamelCase`` option to ``false`` in **app/Config/Routing.php**::