Bug #22917
gzipped files cannot be loaded in the backend
Status: | Closed | Start date: | 2010-06-17 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Chris topher | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 4.4 | Is Regression: | ||
PHP Version: | 5.2 | Sprint Focus: | ||
Complexity: |
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)
Related issues
History
#1 Updated by Thomas Hempel about 5 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. :-)
#2 Updated by Chris topher about 5 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.
#3 Updated by Steffen Gebert about 5 years ago
#22904 adds an Update Wizard
#4 Updated by Chris topher about 5 years ago
Fixed with #22904, which was committed in revision 7975.
#5 Updated by Susanne Moog over 4 years ago
- Target version deleted (
4.4.0)