diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-04-30 14:21:37 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-04-30 14:21:37 +0200 |
commit | 24d954454a9fa3c4f5d54a7388f930b912ec308a (patch) | |
tree | 29e90ce4f26485d6f47ab0d475dbaac2dc94cb62 /user_guide/general/routing.html | |
parent | 8ae071ef8e83a4e17233c3282951ec7356e0986e (diff) |
added a note about regex and custom routes
Diffstat (limited to 'user_guide/general/routing.html')
-rw-r--r-- | user_guide/general/routing.html | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/user_guide/general/routing.html b/user_guide/general/routing.html index 6f94b4bf3..fe4efa3a9 100644 --- a/user_guide/general/routing.html +++ b/user_guide/general/routing.html @@ -159,13 +159,7 @@ are encouraged to always have a default route otherwise a 404 page will appear b <p>This route lets you set a secret word, which when present in the URL, triggers the scaffolding feature.
Please read the <a href="scaffolding.html">Scaffolding</a> page for details.</p>
-
-
-
-
-
-
-
+<p class="important"><strong>Important:</strong> The reserved routes must come before any wildcard or regular expression routes.</p>
</div>
<!-- END CONTENT -->
|