@@ -385,16 +385,19 @@ is the developer's best friend.
385
385
.. image :: /images/quick_tour/web_debug_toolbar.png
386
386
:align: center
387
387
388
- But what you see initially is only the tip of the iceberg; click on the weird
389
- hexadecimal number to reveal yet another very useful Symfony2 debugging tool:
390
- the profiler.
388
+ But what you see initially is only the tip of the iceberg; click on the long
389
+ hexadecimal number (the session token) to reveal yet another very useful
390
+ Symfony2 debugging tool: the profiler.
391
391
392
392
.. image :: /images/quick_tour/profiler.png
393
393
:align: center
394
394
395
395
Of course, you won't want to show these tools when you deploy your application
396
396
to production. That's why you will find another front controller in the
397
- ``web/ `` directory (``app.php ``), which is optimized for the production environment:
397
+ ``web/ `` directory (``app.php ``), which is optimized for the production environment.
398
+ The ``AcmeDemoBundle `` is normally only available in the dev environment (see
399
+ the note below), but if you were to add it to the production environment, you
400
+ could go here:
398
401
399
402
.. code-block :: text
400
403
@@ -407,7 +410,7 @@ And if you use Apache with ``mod_rewrite`` enabled, you can even omit the
407
410
408
411
http://localhost/Symfony/web/demo/hello/Fabien
409
412
410
- Last but not least, on the production servers, you should point your web root
413
+ Last but not least, on production servers, you should point your web root
411
414
directory to the ``web/ `` directory to secure your installation and have an
412
415
even better looking URL:
413
416
0 commit comments