[pmwiki-users] Sharing wiki.d among different wikis ?
Patrick R. Michaud
pmichaud at pobox.com
Wed Dec 7 18:08:25 CST 2005
On Thu, Dec 08, 2005 at 01:59:39AM +0200, Andrius Kulikauskas wrote:
> Hi Patrick,
>
> I've upgraded my wikis to the latest version. However, so far I'm not
> able to get this to work. It wants to write new or changed files to the
> local wiki.d Instead, I would like to have them both get pages from
> the same wiki.d
If you really want them to use the same wiki.d for *all* pages, then
you can just configure it that way:
$LockFile = "/home/globalvillages/html/wiki.d/.flock";
$WikiDir = new PageStore('/home/globalvillages/html/wiki.d/$FullName');
Pm
More information about the pmwiki-users
mailing list