Google PageSpeed says I should "Specify a Vary: Accept-Encoding header" for JS and CSS. How do I do this in .htaccess?
closed as off topic by casperOne♦ Oct 3 '12 at 11:45
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
I guess it's meant that you enable gzip compression for your css and js files, cuz that will enable the client to receive both gzip-encoded content and a plain content. This is how to do it in apache2:
EDIT:
Here's how to add the
|
|||||||||||||
|
|
I'm afraid Aularon didn't provide enough steps to complete the process. With a little trial and error, I was able to successfully enable Gzipping on my dedicated WHM server. Below are the steps:
Hope this works for you all!
|
||||
|
|
|
This was driving me crazy, but it seems that aularon's edit was missing the colon after I would have commented below the post, but it doesn't seem like it will let me. Anyhow, I hope this saves someone the same trouble I was having. |
|||||
|
|
To gzip up your font files as well!
as in:
|
||||
|
|