How do you get Lighttpd to compress CodeIgniter's "clean urls"?
Posted
by ocdcoder
on Stack Overflow
See other posts from Stack Overflow
or by ocdcoder
Published on 2010-03-17T01:48:13Z
Indexed on
2010/03/17
1:51 UTC
Read the original article
Hit count: 325
I was looking at PageSpeed on my test website and noticed that Lighttpd wasn't compressing my HTML (but was compressing my javascript and css files). I'm assuming this is because I'm using CodeIgniter and it's clean url system and since the requests don't have file extensions, Lighttpd doesn't have the rule to compress it. That being the case, how do I get Lighttpd to compress my HTML?
Is this something I shouldn't be doing? Or something I need to specially configure Lighttpd for?
© Stack Overflow or respective owner