You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/incoming/filters.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ Configuring Filters
67
67
Once you've created your filters, you need to configure when they get run. This is done in **app/Config/Filters.php**.
68
68
This file contains four properties that allow you to configure exactly when the filters run.
69
69
70
-
.. Note:: The safest way to apply filters is to :ref:`disable Auto Routing (Legacy) <use-defined-routes-only>`, and :ref:`set filters to routes <applying-filters>`.
70
+
.. Note:: The safest way to apply filters is to :ref:`disable auto-routing <use-defined-routes-only>`, and :ref:`set filters to routes <applying-filters>`.
71
71
72
72
.. Warning:: It is recommended that you should always add ``*`` at the end of a URI in the filter settings.
73
73
Because a controller method might be accessible by different URLs than you think.
0 commit comments