Skip to content

Commit

Permalink
bug #3871 Fix missing Front Controller (parthasarathigk)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Jun 7, 2014
2 parents 8931c36 + 7f58d36 commit 3387cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quick_tour/the_big_picture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ main concepts. Go to the following URL to be greeted by Symfony2 (replace

.. code-block:: text
http://localhost:8000/demo/hello/Fabien
http://localhost:8000/app_dev.php/demo/hello/Fabien
.. image:: /images/quick_tour/hello_fabien.png
:align: center
Expand Down

0 comments on commit 3387cb2

Please sign in to comment.