Skip to content

Fixed previous pull request on issue #1075. #1144

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 1 commit into from
Mar 21, 2012
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
8 changes: 7 additions & 1 deletion book/page_creation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ greeted. To create the page, follow the simple two-step process.
The tutorial assumes that you've already downloaded Symfony2 and configured
your webserver. The above URL assumes that ``localhost`` points to the
``web`` directory of your new Symfony2 project. For detailed information
on this process, see the :doc:`Installing Symfony2</book/installation>`.
on this process, see the documentation on the web server you are using.
Here's the relevant documentation page for some web server you might be using:

* For Apache HTTP Server, refer to `Apache's DirectoryIndex documentation`_.
* For Nginx, refer to `Nginx HttpCoreModule location documentation`_.

Before you begin: Create the Bundle
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -984,3 +988,5 @@ to rapidly develop applications.
.. _`Twig`: http://twig.sensiolabs.org
.. _`third-party bundles`: http://symfony2bundles.org/
.. _`Symfony Standard Edition`: http://symfony.com/download
.. _`Apache's DirectoryIndex documentation`: http://httpd.apache.org/docs/2.0/mod/mod_dir.html
.. _`Nginx HttpCoreModule location documentation`: http://wiki.nginx.org/HttpCoreModule#location