Re: [cowiki-dev] Mojavi wiki FWD
"John (yt) Hogenmiller" <[email protected]> Fri, 22 Jul 2005 11:57:13 -0400
| Newsgroups | gmane.comp.php.cowiki.devel |
|---|---|
| Message-ID | <[email protected]> |
> On 21 Jul 2005, at 14:45, Sean Kerr wrote: > > I must have to enable some sort of settings. Can you give me any hints on > what I have to enable in PHP or lighttpd to get coWiki to run? I believe > it's the include_path setup that isn't working right. > Unfortunately, I had to take a break in my testing in order to complete other projects. Basically, there is an .htaccess file included with cowiki that is written for Apache. LightTPD is not reading this .htaccess file, and I haven't found the configuration option to get LightTPD to read it (assuming that it can, or something similiar). The quick fix/workaround is to add the "cowiki/includes/cowiki" to php.ini's include_path. Here is some hasty documentation: http://www.cowiki.org/CoWiki/231.htm Let me know how it works out, John