From 3460af20ccebdd7ac35a8d12698c4c64353558b4 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 23 Oct 2011 00:05:41 +0000 Subject: add wgScriptPath, wgArticlePath, wgUsePathInfo config --- deployment/wikis/templates/wiki_settings | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'deployment/wikis') 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; + -- cgit v1.2.1