From f848a6e6a513fbd950c4fe7eca710ec41c86a5ca Mon Sep 17 00:00:00 2001 From: devunt Date: Thu, 19 Apr 2012 22:35:34 +0900 Subject: [PATCH] Added more description of Short URL added description with example Change-Id: I31668526202c0e13d2a85b2805a959efc249ad0d --- includes/installer/LocalSettingsGenerator.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/installer/LocalSettingsGenerator.php b/includes/installer/LocalSettingsGenerator.php index 89154e58ca..46c6a904c9 100644 --- a/includes/installer/LocalSettingsGenerator.php +++ b/includes/installer/LocalSettingsGenerator.php @@ -244,7 +244,8 @@ if ( !defined( 'MEDIAWIKI' ) ) { {$metaNamespace} ## The URL base path to the directory containing the wiki; ## defaults for all runtime URL paths are based off of this. -## For more information on customizing the URLs please see: +## For more information on customizing the URLs +## (like /w/index.php/Page_title to /wiki/Page_title) please see: ## http://www.mediawiki.org/wiki/Manual:Short_URL \$wgScriptPath = \"{$this->values['wgScriptPath']}\"; \$wgScriptExtension = \"{$this->values['wgScriptExtension']}\"; -- 2.20.1