Skip to content

Commit 512dc5b

Browse files
committed
Fixed previous pull request on issue #1075. The patch is based on @flyboarder's suggestion.
1 parent 2b900cc commit 512dc5b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

book/page_creation.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@ greeted. To create the page, follow the simple two-step process.
4646
The tutorial assumes that you've already downloaded Symfony2 and configured
4747
your webserver. The above URL assumes that ``localhost`` points to the
4848
``web`` directory of your new Symfony2 project. For detailed information
49-
on this process, see the :doc:`Installing Symfony2</book/installation>`.
49+
on this process, see the documentation on the web server you are using.
50+
Here's the relevant documentation page for some web server you might be using:
51+
52+
* For Apache HTTP Server, refer to `Apache's DirectoryIndex documentation`_.
53+
* For Nginx, refer to `Nginx HttpCoreModule location documentation`_.
5054

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

0 commit comments

Comments
 (0)