[dokuwiki] page output compression

I usually keep page output compression generically "on" by setting
    php_flag zlib.output_compression On
in my root .htaccess file.

In DokuWiki, I'm using rewriting in .htaccess in cooperation with DokuWiki's 
settings:
    $conf['userewrite'] = '1';
    $conf['useslash'] = 1;

Unfortunately, the zlib.output_compression doesn't work. Perhaps it doesn't 
see the extensionless filenames as valid files for compression?

I can, of course, work around this by setting zlib.output_compression off 
and using DokuWiki's $conf['gzip_output'] = 1, but I'd rather use the global 
zlib compression.

Is there a way to get zlib.output_compression to work with "Use nice URLs" 
and .htaccess?

Thanks,
Todd Augsburger
todd@xxxxxxxxxxxxxxxx
Roller Organs
www.rollerorgans.com
 

-- 
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: