Skip to content

Commit

Permalink
bug #5903 Update front controller (nurolopher)
Browse files Browse the repository at this point in the history
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #5903).

Discussion
----------

Update front controller

`hello` was missing

Commits
-------

5abf3e2 Update front controller
  • Loading branch information
wouterj committed Nov 25, 2015
2 parents 62726ae + 5abf3e2 commit 10d2158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_framework/front-controller.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ web root directory:
Now, configure your web server root directory to point to ``web/`` and all
other files won't be accessible from the client anymore.

To test your changes in a browser (``http://localhost:4321/?name=Fabien``), run
To test your changes in a browser (``http://localhost:4321/hello/?name=Fabien``), run
the PHP built-in server:

.. code-block:: bash
Expand Down

0 comments on commit 10d2158

Please sign in to comment.