Added more description of Short URL
authordevunt <devunt@gmail.com>
Thu, 19 Apr 2012 13:35:34 +0000 (22:35 +0900)
committerdevunt <devunt@gmail.com>
Thu, 19 Apr 2012 13:43:18 +0000 (22:43 +0900)
added description with example

Change-Id: I31668526202c0e13d2a85b2805a959efc249ad0d

includes/installer/LocalSettingsGenerator.php

index 89154e5..46c6a90 100644 (file)
@@ -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']}\";