From: Matti A. <ma...@ik...> - 2002-11-09 14:58:19
|
On Saturday 09 November 2002 15:00, arthur.chereau wrote: > After testing TWiki, I've just tried PHPwiki 1.3.3 because I found > Twiki too complicated to use for my users. I've installed PHPwiki > with MySQL but I can only get the first page right ("Loading up > Virgin wiki"). If I then click on a link, I get a page full of junk > characters. Are you using Apache 2.0.x? I am, and I got the same results. The reason apparently is that PhpWiki turns HTTP gzip compression on whether the client supports it or not. To fix it, I commented out the guts of compress_output() in lib/Request.pm. Cheers, m. |