Jump to content

apache gzipping issue


marco28

Recommended Posts

Hi all

 

I have some pre-gzipped .js files i want to serve.  I have 3 different servers i have these files on, and in my .htaccess i have

 

RewriteEngine  on

 

AddEncoding x-gzip .gz .js.gz

RewriteCond %{HTTP:Accept-encoding} gzip

RewriteCond %{REQUEST_FILENAME}.gz -f

RewriteRule ^(.*)$ $1.gz [QSA,L]

 

 

This works for 1 of my 3 apache servers.  Mod_rewrite is enables on all 3.

 

On the 2 servers where this doesn't work, the .js.gz files do get served to the browser, but they do not get unzipped.  And so, the applcation doesn't work.  The files do however get renamed to filename.js ( which is correct).

 

So what is different between server settings?  I only have access to 1 httpd.conf file ( my localhost - which is one of the 2 that don't work).

 

Anyone have any ideas? 

 

marco

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.