diff --git a/framework/web/UrlManager.php b/framework/web/UrlManager.php
index 318f329..329bf07 100644
--- a/framework/web/UrlManager.php
+++ b/framework/web/UrlManager.php
@@ -51,7 +51,7 @@ class UrlManager extends Component
 	 * @var boolean whether to show entry script name in the constructed URL. Defaults to true.
 	 * This property is used only if [[enablePrettyUrl]] is true.
 	 */
-	public $showScriptName = true;
+	public $showScriptName = false;
 	/**
 	 * @var string the GET variable name for route. This property is used only if [[enablePrettyUrl]] is false.
 	 */