Hi,
Before Boost, I configured htaccess to gzip pages on the fly with:
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file \. (js|css|html|php)$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-java.*
mod_gzip_item_include mime ^text/javascript.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
but with additional Boost rules in .htaccess this part doesn't work anymore.
Each time I remove the Boost part it compress fine.
I also tried to change order of Boost block and the compression block above but it changes nothing.
Oh, and of course, I don't have any settings about gzip in my Boost settings (on D5 I mean).
Thanks for your help.
Comments
Comment #1
mikeytown2 commentedHeads up: #454652: Looking for a co-maintainer - 5.x. Means 5.x is not really supported, unless someone steps up to support it.
I don't know why gzip is not working for you since these 2 lines should do it, if they are above the boost rules.
Comment #2
mikeytown2 commentedClosing all 5.x issues; will only reevaluate if someone steps up #454652: Looking for a co-maintainer - 5.x
Reason is 6.x has 10x as many users as 5.x; also last 5.x dev was over a year ago. The 5.x issue queue needs to go.