Is it possible to have multiple wikis built off of the same codebase but have different databases for each for both MW and SMW? Is there documentation anywhere on this?
Yes, it's a common method of handling small wiki farms. Basically all you do is setup LocalSettings.php to do an if or switch on the domain name. ($wgServerName should work fine) and use different config values for things like the database, sitename, and so on for the different wiki. ~Daniel Friesen (Dantman, Nadir-Seen-Fire) ~Profile/Portfolio: http://nadir-seen-fire.com -The Nadir-Point Group (http://nadir-point.com) --It's Wiki-Tools subgroup (http://wiki-tools.com) --The ElectronicMe project (http://electronic-me.org) -Wikia ACG on Wikia.com (http://wikia.com/wiki/Wikia_ACG) --Animepedia (http://anime.wikia.com) --Narutopedia (http://naruto.wikia.com) Bobby S wrote: > Is it possible to have multiple wikis built off of the same codebase > but have different databases for each for both MW and SMW? Is there > documentation anywhere on this? > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ >