Closed (works as designed)
Project:
CSS Gzip
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Oct 2009 at 07:50 UTC
Updated:
29 Oct 2009 at 08:10 UTC
Everywhere I've read about on drupal.org and in the Apache docs 'sez it should be "AddEncoding x-gzip .gz"
| Comment | File | Size | Author |
|---|---|---|---|
| css_gzip_addencoding_x-gzip.patch | 921 bytes | kentr |
Comments
Comment #1
mikeytown2 commentedWhat's out there and what works on all servers is 2 different things:
http://drupal.org/node/489824#comment-1870276
Unless your users are using browsers Less then IE4 & Netscape4 & Opera 5 then this might be an issue; but I'm guessing you don't have users using technology from 1997 :). I encountered a server that didn't like x-gzip thus I now use gzip as it always works.
Thanks for pointing this out though, I used to use x-gzip but due to my experiences I can no longer recommend it.