We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 538b0c9 commit 7a7eac1Copy full SHA for 7a7eac1
UPGRADE-2.2.md
@@ -1,6 +1,12 @@
1
UPGRADE FROM 2.1 to 2.2
2
=======================
3
4
+ * The [`web/.htaccess`](https://github.com/symfony/symfony-standard/blob/2.2/web/.htaccess)
5
+ file has been enhanced substantially to prevent duplicate content with and
6
+ without `/app.php` in the URI. It also improves functionality when using
7
+ Apache aliases or when mod_rewrite is not available. So you might want to
8
+ update your `.htaccess` file as well.
9
+
10
* The ``_internal`` route is not used any more. It should then be removed
11
from both your routing and security configurations. A ``fragments`` key has
12
been added to the framework configuration and must be specified when ESI or
0 commit comments