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
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to