Forum Moderators: open
When the browser queries for the javascript file (foo.js), my web-server (apache) searches for that file and returns with the pre-compressed file (foo.js.gz) to the browser. But the browser is not properly compressing it. It shows like invalid characters in the javascript console.
Can anyone help me here, please?
Thanks in Advance,
Prem
Depending on what characters are being scrambled, it might be a code-page issue but I don't know how you might fix it.
You might also verify that MIME type is set correctly using an http header checker such as [rexswain.com...]
Kaled.