File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,11 @@ greeted. To create the page, follow the simple two-step process.
46
46
The tutorial assumes that you've already downloaded Symfony2 and configured
47
47
your webserver. The above URL assumes that ``localhost `` points to the
48
48
``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 `_.
50
54
51
55
Before you begin: Create the Bundle
52
56
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -984,3 +988,5 @@ to rapidly develop applications.
984
988
.. _`Twig` : http://twig.sensiolabs.org
985
989
.. _`third-party bundles` : http://symfony2bundles.org/
986
990
.. _`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
You can’t perform that action at this time.
0 commit comments