We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent11e079b commitb6abafbCopy full SHA for b6abafb
cookbook/configuration/apache_router.rst
@@ -7,11 +7,12 @@ How to use the Apache Router
7
Symfony2, while fast out of the box, also provides various ways to increase that speed with a little bit of tweaking.
8
One of these ways is by letting Apache handle routes directly, rather than using Symfony2 for this task.
9
10
-..note::
+..caution::
11
12
- Apache router was deprecated in Symfony 2.5 and will be removed in Symfony 3.0.
13
- Since the PHP implementation of the Router was improved, performance gains were no longer
14
- significant (while it's very hard to replicate the same behaviour).
+ Apache router was deprecated in Symfony 2.5 and will be removed in Symfony
+ 3.0. Since the PHP implementation of the Router was improved, performance
+ gains were no longer significant (while it's very hard to replicate the
15
+ same behavior).
16
17
Change Router Configuration Parameters
18
--------------------------------------