Is there a way to implement mod_gunzip's functionality using apache filters?
Store gzipped files on the server, hand out compressed data to the browsers that can cope with it and uncompress it for browsers which cannot.
I'm thinking of moving my website to a different host, but they don't offer enough diskspace, so wondering if there's a way to reduce the size of the html files (in thousands) I have.
I found this website which talks about it, but the instructions in the comments aren't working for me.
UPDATE:
According to @U4iK_HaZe's reply, mod-deflate in inflate mode, should also do the job, what would the configuration look like for that?