From e8f7b1a8c26a1caee60047bcd4c9a2be45941abf Mon Sep 17 00:00:00 2001 From: Davidson Alencar Date: Tue, 25 Nov 2014 13:09:35 -0200 Subject: [PATCH] docs/guide/start-installation.md - fixed link reference --- docs/guide/start-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/start-installation.md b/docs/guide/start-installation.md index 6059a02..6eb07e0 100644 --- a/docs/guide/start-installation.md +++ b/docs/guide/start-installation.md @@ -121,7 +121,7 @@ PHP so you have to take some extra care when using HHVM. On a production server, you may want to configure your Web server so that the application can be accessed via the URL `http://www.example.com/index.php` instead of `http://www.example.com/basic/web/index.php`. Such configuration requires pointing the document root of your Web server to the `basic/web` folder. You may also -want to hide `index.php` from the URL, as described in the [URL Parsing and Generation](runtime-url-handling.md) section. +want to hide `index.php` from the URL, as described in the [Routing and URL Creation](runtime-routing.md) section. In this subsection, you'll learn how to configure your Apache or Nginx server to achieve these goals. > Info: By setting `basic/web` as the document root, you also prevent end users from accessing