We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
2 parents5e6f783 +97eebea commit02ff9f0Copy full SHA for 02ff9f0
book/installation.rst
@@ -127,12 +127,6 @@ All public files and the front controller that handles incoming requests in
127
a Symfony2 application live in the ``Symfony/web/`` directory. So, assuming
128
you unpacked the archive into your web server's or virtual host's document root,
129
your application's URLs will start with ``http://localhost/Symfony/web/``.
130
-To get nice and short URLs you should point the document root of your web
131
-server or virtual host to the ``Symfony/web/`` directory. Though this is not
132
-required for development it is recommended when your application goes into
133
-production as all system and configuration files become inaccessible to clients.
134
-For information on configuring your specific web server document root, see
135
-the following documentation: `Apache`_ | `Nginx`_ .
136
137
..note::
138