This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ The Cookbook
9
9
database/choosing_storage_layer
10
10
editions/cmf_sandbox
11
11
editions/cmf_core
12
+ routing/remove_trailing_slash
12
13
installing_configuring_doctrine_phpcr_odm
13
14
creating_cms_using_cmf_and_sonata
14
15
using_blockbundle_and_contentbundle
15
16
handling_multilang_documents
16
- redirect_urls_with_trailing_slash
17
17
18
18
.. include :: map.rst.inc
Original file line number Diff line number Diff line change 6
6
7
7
* :doc:` editions/cmf_sandbox`
8
8
* :doc:` editions/cmf_core`
9
+
10
+ * ** Routing**
11
+
12
+ * :doc:` routing/remove_trailing_slash`
13
+
9
14
* :doc:` create_new_project_phpcr_odm`
10
15
* :doc:` create_basic_cms_auto_routing`
11
16
* :doc:` installing_configuring_doctrine_phpcr_odm`
12
17
* :doc:` creating_cms_using_cmf_and_sonata`
13
18
* :doc:` using_blockbundle_and_contentbundle`
14
19
* :doc:` handling_multilang_documents`
15
- * :doc:` redirect_urls_with_trailing_slash`
Original file line number Diff line number Diff line change 1
1
.. index ::
2
2
single: Redirect URLs with a trailing slash
3
3
4
- Redirect URLs with a trailing slash
4
+ Redirect URLs With a Trailing Slash
5
5
===================================
6
6
7
7
The goal of this tutorial is to demonstrate how to redirect URLs with
Original file line number Diff line number Diff line change @@ -140,10 +140,10 @@ Want to know more about the CMF and how each part can be configured? There's a t
140
140
cookbook/database/choosing_storage_layer
141
141
cookbook/editions/cmf_core
142
142
cookbook/editions/cmf_sandbox
143
+ cookbook/routing/remove_trailing_slash
143
144
cookbook/handling_multilang_documents
144
145
cookbook/installing_configuring_doctrine_phpcr_odm
145
146
cookbook/using_blockbundle_and_contentbundle
146
- cookbook/redirect_urls_with_trailing_slash
147
147
148
148
Contributing
149
149
------------
You can’t perform that action at this time.
0 commit comments