From: devunt Date: Thu, 19 Apr 2012 13:35:34 +0000 (+0900) Subject: Added more description of Short URL X-Git-Tag: 1.31.0-rc.0~23872^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=f848a6e6a513fbd950c4fe7eca710ec41c86a5ca;p=lhc%2Fweb%2Fwiklou.git Added more description of Short URL added description with example Change-Id: I31668526202c0e13d2a85b2805a959efc249ad0d --- 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']}\";