File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ Downloading a Symfony2 Distribution
22
22
First, check that you have installed and configured a Web server (such
23
23
as Apache) with PHP 5.3.2 or higher. For more information on Symfony2
24
24
requirements, see the :doc: `requirements reference</reference/requirements> `.
25
- For information on configuring your specific web server document root, see the
26
- following documentation: `Apache `_ | `Nginx `_ .
27
25
28
26
Symfony2 packages "distributions", which are fully-functional applications
29
27
that include the Symfony2 core libraries, a selection of useful bundles, a
@@ -190,6 +188,16 @@ Symfony2 should welcome and congratulate you for your hard work so far!
190
188
191
189
.. image :: /images/quick_tour/welcome.jpg
192
190
191
+ .. tip ::
192
+
193
+ To get nice and short urls you should point the document root of your
194
+ webserver or virtual host to the ``Symfony/web/ `` directory. Though
195
+ this is not required for development it is recommended at the time your
196
+ application goes into production as all system and configuration files
197
+ become inaccessible to clients then. For information on configuring
198
+ your specific web server document root, see the following
199
+ documentation: `Apache `_ | `Nginx `_ .
200
+
193
201
Beginning Development
194
202
---------------------
195
203
You can’t perform that action at this time.
0 commit comments