Mike Carifio wrote: > According to http://www.mediawiki.org/wiki/Manual:$wgScriptPath > the default value for $wgScriptPath is '/wiki'. Why isn't it > 'dirname($_SERVER['SCRIPT_NAME'])'? I can then move the content in > my wiki around my website without having to update $wgScriptPath on > every move (?). Or am I missing something? I've set it in > LocalSettings.php and seems to work ok...
The default value of $wgScriptPath doesn't matter, because when you install the wiki, a $wgScriptPath calculated by the installer is placed for you on LocalSettings.php _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
