Skip to content

Commit 44f4b7d

Browse files
committed
[#2100] Partially clarifying information about URLs and document roots
1 parent 26d3233 commit 44f4b7d

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

quick_tour/the_big_picture.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,21 @@ URL to see the diagnostics for your machine:
9191
9292
.. note::
9393

94-
All of the example URLs assume that you've downloaded and unzipped Symfony
94+
All of the example URLs assume that you've downloaded and unzipped ``Symfony``
9595
directly into the web server web root. If you've followed the directions
96-
above and unzipped the `Symfony` directory into your web root, then add
97-
`/Symfony/web` after `localhost` for all the URLs you see:
96+
above and done this, then add ``/Symfony/web`` after ``localhost`` for all
97+
the URLs you see:
9898

9999
.. code-block:: text
100100
101101
http://localhost/Symfony/web/config.php
102102
103+
To get nice and short urls you should point the document root of your
104+
webserver or virtual host to the ``Symfony/web/`` directory. In that
105+
case, your URLs will look like ``http://localhost/config.php`` or
106+
``http://site.local/config.php``, if you created a virtual host to a
107+
local domain called, for example, ``site.local``.
108+
103109
If there are any outstanding issues listed, correct them. You might also tweak
104110
your configuration by following any given recommendations. When everything is
105111
fine, click on "*Bypass configuration and go to the Welcome page*" to request

0 commit comments

Comments
 (0)