From e71112bb90d9c25c72e3b4f74427d8edebe344f9 Mon Sep 17 00:00:00 2001 From: Nobuo Kihara Date: Tue, 2 Dec 2014 06:13:13 +0900 Subject: [PATCH] docs/guide/runtime-routing.md - fix [ci skip] --- docs/guide/runtime-routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/runtime-routing.md b/docs/guide/runtime-routing.md index 68319ac244..9ea106489d 100644 --- a/docs/guide/runtime-routing.md +++ b/docs/guide/runtime-routing.md @@ -247,7 +247,7 @@ The rest of the properties are optional. However, their configuration shown abov * [[yii\web\UrlManager::showScriptName|showScriptName]]: this property determines whether the entry script should be included in the created URLs. For example, instead of creating a URL `/index.php/post/100`, - by setting this property to be true, a URL `/post/100` will be generated. + by setting this property to be false, a URL `/post/100` will be generated. * [[yii\web\UrlManager::enableStrictParsing|enableStrictParsing]]: this property determines whether to enable strict request parsing. If strict parsing is enabled, the incoming requested URL must match at least one of the [[yii\web\UrlManager::rules|rules]] in order to be treated as a valid request, or a [[yii\web\NotFoundHttpException]]