[pmwiki-users] Using pmwiki on freeweb7.com

Bejoy Alex Jaison bejoyjaison at gmail.com
Thu Mar 6 23:39:33 CST 2008


Hello,

I am trying to configure PmWiki on a free host www.freeweb7.com. Only
certain file extensions are allowed - so that the default page file naming
convention 'Group.FullName' will not work.

I've found a workaround based on recipe
http://www.pmwiki.org/wiki/Cookbook/PerGroupSubDirectories, adding the
following lines to my local/config.php

$WikiDir = new PageStore('$WorkDir/$FullName.txt');
$WikiLibDirs = array( &$WikiDir,
      new PageStore('$FarmD/wikilib.d/$FullName'));

Now pages can be stored because they have the extension .txt.

The problem now is that search and pagelists do not work. How do I configure
PmWiki to let it know that pages now have .txt extension.

Thanks in advance.

best regards,
Bejoy
http://www.bejoy.in - hosted at freeweb7.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.pmichaud.com/pipermail/pmwiki-users/attachments/20080307/169ff916/attachment.html 


More information about the pmwiki-users mailing list