8000 bug #3871 Fix missing Front Controller (parthasarathigk) · symfony/symfony-docs@3387cb2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3387cb2

Browse files
committed
bug #3871 Fix missing Front Controller (parthasarathigk)
This PR was submitted for the 2.4 branch but it was merged into the 2.3 branch instead (closes #3871). Discussion ---------- Fix missing Front Controller Added `app_dev.php` front controller to the demo url. Commits ------- f2df407 Fix missing Front Controller
2 parents 8931c36 + 7f58d36 commit 3387cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_tour/the_big_picture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ main concepts. Go to the following URL to be greeted by Symfony2 (replace
8484

8585
.. code-block:: text
8686
87-
http://localhost:8000/demo/hello/Fabien
87+
http://localhost:8000/app_dev.php/demo/hello/Fabien
8888
8989
.. image:: /images/quick_tour/hello_fabien.png
9090
:align: center

0 commit comments

Comments
 (0)
0