Hi,
I am trying to set up differnent wikis with the mainly the same source code (because installation and update is easier):
I set up two directories: wWikiA and wWikiB:
wWikiA is the full installation
wWikiB should only hold the LocalSettings.php and the files from the main dir, like index.php.
To access the code in wWikiA/includes etc. from wWikiB, I changed some in LocalSettings.php:
$IP = 'c:/Programme/xampp/htdocs/wWikiA'; $wgScriptPath = "/wWikiB"; $wgUploadPath = "/wWikiB/images"; #actually not necessary $wgStylePath = "/wWikiA/skins"; $wgDBprefix = "wb_";
Unfortunatly the wiki did not start. Some files need to be in the includes directory: Defines.php ProfileStub.php Setup.php WebStart.php
Is this a feature or a bug?
GunterS
PS: I can live with that, only 4 files and the files from the main folder are easy to replace.