Skip to content

Add hint to configure document root #2100

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 27, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions book/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ Downloading a Symfony2 Distribution
First, check that you have installed and configured a Web server (such
as Apache) with PHP 5.3.2 or higher. For more information on Symfony2
requirements, see the :doc:`requirements reference</reference/requirements>`.
For information on configuring your specific web server document root, see the
following documentation: `Apache`_ | `Nginx`_ .

Symfony2 packages "distributions", which are fully-functional applications
that include the Symfony2 core libraries, a selection of useful bundles, a
Expand Down Expand Up @@ -179,6 +177,16 @@ Symfony2 should welcome and congratulate you for your hard work so far!

.. image:: /images/quick_tour/welcome.jpg

.. tip::

To get nice and short urls you should point the document root of your
webserver or virtual host to the ``Symfony/web/`` directory. Though
this is not required for development it is recommended at the time your
application goes into production as all system and configuration files
become inaccessible to clients then. For information on configuring
your specific web server document root, see the following
documentation: `Apache`_ | `Nginx`_ .

Beginning Development
---------------------

Expand Down