From 5abf3e26677e34460b1514a53eac719ed1ec29ce Mon Sep 17 00:00:00 2001 From: Turdaliev Nursultan Date: Wed, 25 Nov 2015 12:26:25 +0100 Subject: [PATCH] Update front controller --- create_framework/front-controller.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_framework/front-controller.rst b/create_framework/front-controller.rst index 0e140393dfa..3ef47eb618b 100644 --- a/create_framework/front-controller.rst +++ b/create_framework/front-controller.rst @@ -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