Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit44f4b7d

Browse files
committed
[symfony#2100] Partially clarifying information about URLs and document roots
1 parent26d3233 commit44f4b7d

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

‎quick_tour/the_big_picture.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,21 @@ URL to see the diagnostics for your machine:
9191
9292
..note::
9393

94-
All of the example URLs assume that you've downloaded and unzipped Symfony
94+
All of the example URLs assume that you've downloaded and unzipped``Symfony``
9595
directly into the web server web root. If you've followed the directions
96-
above andunzipped the `Symfony` directory into your web root, then add
97-
`/Symfony/web` after `localhost` for allthe URLs you see:
96+
above anddone this, then add ``/Symfony/web`` after ``localhost`` for all
97+
the URLs you see:
9898

9999
..code-block::text
100100
101101
http://localhost/Symfony/web/config.php
102102
103+
To get nice and short urls you should point the document root of your
104+
webserver or virtual host to the ``Symfony/web/`` directory. In that
105+
case, your URLs will look like ``http://localhost/config.php`` or
106+
``http://site.local/config.php``, if you created a virtual host to a
107+
local domain called, for example, ``site.local``.
108+
103109
If there are any outstanding issues listed, correct them. You might also tweak
104110
your configuration by following any given recommendations. When everything is
105111
fine, click on "*Bypass configuration and go to the Welcome page*" to request

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp