From 512dc5b60d35890d67edec18eda65456a829b700 Mon Sep 17 00:00:00 2001 From: Alex Xandra Albert Sim Date: Tue, 13 Mar 2012 12:18:28 +0700 Subject: [PATCH] Fixed previous pull request on issue #1075. The patch is based on @flyboarder's suggestion. --- book/page_creation.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/book/page_creation.rst b/book/page_creation.rst index 5497669dc41..2220f73845d 100644 --- a/book/page_creation.rst +++ b/book/page_creation.rst @@ -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`. + 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -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 \ No newline at end of file