15
Apr
Those who’d enabled Gzip through Litespeed (unconfirmed on other servers) might find that the spellchecker in WordPress 2.5 no longer works. This is due to TinyMCE not decompressing the compressed output into plain text (my speculation). To fix this, edit /wp-includes/js/tinymce/plugins/spellchecker/rpc.php Change the following line: header(‘Content-Type: text/plain’); to header(‘Content-Type: text/xml’); or anything that Litespeed is not set to [...]
02
Apr
Gzip compression is among the missing features in WordPress 2.5. To restore the functionality, you have but not limited to the following choice: 1. Application wide using Apache/Litespeed .htaccess 2. Gzip-ing via Index.php 3. Site wide using your webserver’s modules 4. PHP wide using php.ini