Skip to content

Commit 5abeded

Browse files
committed
added some more examples
1 parent 075f9ec commit 5abeded

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

reference/configuration/framework.rst

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -953,17 +953,21 @@ every request.
953953

954954
Here are some common examples of how ``base_uri`` merging works in practice:
955955

956-
======================= ================== ==========================
957-
``base_uri`` Relative URI Actual Requested URI
958-
======================= ================== ==========================
959-
http://example.org /bar http://example.org/bar
960-
http://example.org/foo /bar http://example.org/bar
961-
http://example.org/foo bar http://example.org/bar
962-
http://example.org/foo/ bar http://example.org/foo/bar
963-
http://example.org/foo/ /bar http://example.org/bar
964-
http://example.org http://symfony.com http://symfony.com
965-
http://example.org/?bar bar http://example.org/bar
966-
======================= ================== ==========================
956+
========================== ================== ==========================
957+
``base_uri`` Relative URI Actual Requested URI
958+
========================== ================== ==========================
959+
http://example.org /bar http://example.org/bar
960+
http://example.org/foo /bar http://example.org/bar
961+
http://example.org/foo bar http://example.org/bar
962+
http://example.org/foo/ /bar http://example.org/bar
963+
http://example.org/foo/ bar http://example.org/foo/bar
964+
http://example.org http://symfony.com http://symfony.com
965+
http://example.org/?bar bar http://example.org/bar
966+
http://example.org/api/v4 /bar http://example.org/bar
967+
http://example.org/api/v4/ /bar http://example.org/bar
968+
http://example.org/api/v4 bar http://example.org/api/bar
969+
http://example.org/api/v4/ bar http://example.org/api/v4/bar
970+
========================== ================== ==========================
967971

968972
bindto
969973
......

0 commit comments

Comments
 (0)