diff options
Diffstat (limited to 'deployment/wikis')
-rw-r--r-- | deployment/wikis/templates/wiki_settings | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deployment/wikis/templates/wiki_settings b/deployment/wikis/templates/wiki_settings index 6023c0e4..00cb3fa7 100644 --- a/deployment/wikis/templates/wiki_settings +++ b/deployment/wikis/templates/wiki_settings @@ -5,3 +5,7 @@ $wgGroupPermissions['*']['writeapi'] = false; $wgGroupPermissions['*']['createaccount'] = false; $wgGroupPermissions['user']['edit'] = true; +$wgScriptPath = "/mw-<%= name %>"; +$wgArticlePath = "/<%= name %>/$1"; +$wgUsePathInfo = true; + |