We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7901005 commit 646a00cCopy full SHA for 646a00c
quick_tour/the_big_picture.rst
@@ -89,6 +89,14 @@ main concepts. Go to the following URL to be greeted by Symfony2 (replace
89
.. image:: /images/quick_tour/hello_fabien.png
90
:align: center
91
92
+.. note::
93
+
94
+ Instead of the greeting page, you may see a blank or error page. This is
95
+ caused by a directory permission misconfiguration. There are several possible
96
+ solutions depending on your operating system. Check out them all in the
97
+ :doc:`installation chapter </book/installation.html#book-installation-permissions>`
98
+ of the official book.
99
100
What's going on here? Have a look at each part of the URL:
101
102
* ``app_dev.php``: This is a :term:`front controller`. It is the unique entry
0 commit comments