8000 Added a note about permissions in the Quick Tour by javiereguiluz · Pull Request #4070 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Added a note about permissions in the Quick Tour #4070

8000
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 4 commits into from
Jul 31, 2014
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Minor rewording and fixed one reference
  • Loading branch information
javiereguiluz committed Jul 30, 2014
commit bed26023274fa21f94461b4283c9825ebeba7335
9 changes: 5 additions & 4 deletions quick_tour/the_big_picture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,11 @@ main concepts. Go to the following URL to be greeted by Symfony2 (replace

.. note::

Instead of the greeting page, you may see a blank or error page. This is
caused by a directory permission misconfiguration. There are several possible
solutions depending on your operating system. All of them are explained in
the :ref:`book-installation-permission` section of the official book.
Instead of the greeting page, you may see a blank page or an error page.
This is caused by a directory permission misconfiguration. There are several
possible solutions depending on your operating system. All of them are
explained in the :ref:`book-installation-permissions` section of the
official book.

What's going on here? Have a look at each part of the URL:

Expand Down
0