Skip to content

Commit 2fdcffd

Browse files
javiereguiluzweaverryan
authored andcommitted
When using server:run command, it's not necessary to add the app_dev.php controller
1 parent 6afc80b commit 2fdcffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quick_tour/the_big_picture.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ to run Symfony:
6161
6262
$ php app/console server:run
6363
64-
Open your browser and access to the ``http://localhost:8000/app_dev.php`` URL to
64+
Open your browser and access to the ``http://localhost:8000`` URL to
6565
see the Welcome page of Symfony2:
6666

6767
.. image:: /images/quick_tour/welcome.png
@@ -87,7 +87,7 @@ main concepts. Go to the following URL to be greeted by Symfony2 (replace
8787

8888
.. code-block:: text
8989
90-
http://localhost:8000/app_dev.php/demo/hello/Fabien
90+
http://localhost:8000/demo/hello/Fabien
9191
9292
.. image:: /images/quick_tour/hello_fabien.png
9393
:align: center

0 commit comments

Comments
 (0)