We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
app_dev.php
1 parent 6afc80b commit 2fdcffdCopy full SHA for 2fdcffd
quick_tour/the_big_picture.rst
@@ -61,7 +61,7 @@ to run Symfony:
61
62
$ php app/console server:run
63
64
-Open your browser and access to the ``http://localhost:8000/app_dev.php`` URL to
+Open your browser and access to the ``http://localhost:8000`` URL to
65
see the Welcome page of Symfony2:
66
67
.. image:: /images/quick_tour/welcome.png
@@ -87,7 +87,7 @@ main concepts. Go to the following URL to be greeted by Symfony2 (replace
87
88
.. code-block:: text
89
90
- http://localhost:8000/app_dev.php/demo/hello/Fabien
+ http://localhost:8000/demo/hello/Fabien
91
92
.. image:: /images/quick_tour/hello_fabien.png
93
:align: center
0 commit comments