File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -91,15 +91,21 @@ URL to see the diagnostics for your machine:
91
91
92
92
.. note ::
93
93
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 ``
95
95
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:
98
98
99
99
.. code-block :: text
100
100
101
101
http://localhost/Symfony/web/config.php
102
102
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
+
103
109
If there are any outstanding issues listed, correct them. You might also tweak
104
110
your configuration by following any given recommendations. When everything is
105
111
fine, click on "*Bypass configuration and go to the Welcome page *" to request
You can’t perform that action at this time.
0 commit comments