Actions
Bug #22917
closedgzipped files cannot be loaded in the backend
Start date:
2010-06-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
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)
Actions