Skip to content

Commit de9840b

Browse files
committed
Fix include path
1 parent 84ee24d commit de9840b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

introduction/from_flat_php_to_symfony2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ application change slightly, but start to become more flexible:
336336
/index.php => Blog post list page (index.php executed)
337337
/index.php/show => Blog post show page (index.php executed)
338338
339-
.. include:: includes/_rewrite_rule_tip.rst.inc
339+
.. include:: /includes/_rewrite_rule_tip.rst.inc
340340

341341
When using a front controller, a single PHP file (``index.php`` in this case)
342342
renders *every* request. For the blog post show page, ``/index.php/show`` will

0 commit comments

Comments
 (0)