MediaWiki:Short Link: Difference between revisions

No edit summary
 
Line 45: Line 45:
  ## defaults for all runtime URL paths are based off of this.
  ## 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 please see:
  ## http://www.mediawiki.org/wiki/Manual:Short_URL
  ## <nowiki>http://www.mediawiki.org/wiki/Manual:Short_URL</nowiki>
  $wgScriptPath = "";
  $wgScriptPath = "";
  $wgScriptExtension = ".php";
  <span style="color:#ff0000">$wgScriptExtension = ".php";
  $wgArticlePath = "/wiki/$1";
  $wgArticlePath = "/wiki/$1";
  $wgUsePathInfo = true;
  $wgUsePathInfo = true;</span>


==Source==
==Source==