Skip to content

Commit 7a7eac1

Browse files
committed
add info about changed htaccess file
1 parent 538b0c9 commit 7a7eac1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UPGRADE-2.2.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
UPGRADE FROM 2.1 to 2.2
22
=======================
33

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+
410
* The ``_internal`` route is not used any more. It should then be removed
511
from both your routing and security configurations. A ``fragments`` key has
612
been added to the framework configuration and must be specified when ESI or

0 commit comments

Comments
 (0)