Bug #22917
closedgzipped files cannot be loaded in the backend
0%
Description
The gzipped files (e.g. typo3temp/compressor/prototype-8ff2741473d3c6dbbb32dd5f7e6b6324.js.gzip) cannot be loaded in the backend due to the gzip file extension. This problem occurs is there's no Apache handler defined for gzipped files.
I think it is useful to have an additional flag in the install tool e.g. "useCompressedFiles" that is disabled per default. Then t3lib_compressor only writes gzipped files if this flag is set to true.
This only happens if compressionLevel is set and the webserver is not able to handle files with the extension ".gzip".
(issue imported from #M14767)
Updated by Thomas Hempel over 14 years ago
This problem can be avoided by applying some changes to the .htaccess file but that is a rather bad solution in my eyes. It's okay for new installations but not for existing ones that get updated.
I like the idea of an additional switch. We just don't have enough of them in the core anyway. :-)
Updated by Chris topher over 14 years ago
I doubt that an additional switch would be enough... There are already hundred(?) options in the Install Tool. Noone will notice that there now is one more and that THIS is the one to change.
Instead make it more obvious: An additional Update Wizard would be great.
Without that I fear there will be many users asking in forums/newsgroups, why there are no styles in the BE.
Updated by Chris topher over 14 years ago
Fixed with #22904, which was committed in revision 7975.