In the latest testing build we added gzip support and essentially compressed the javascript files to about 1/6 of their original size. It seem there have been a few people whose servers ar set up correctly to handle these new gzipped files. There is one simple solution (thanks Savant) to fix this. Add the following code to your .htaccess file
If you are not currently using an .htaccess file there is one provided for you. It should be called htaccess.default. Rename this file to .htaccess (with a period in front) and add the code above. Make sure you read through the entire .htaccess file and follow the directions.Code:<files *.js.gz> AddType "text/javascript" .gz AddEncoding gzip .gz </files>



Reply With Quote





