Actions
Bug #24690
closedt3lib_compressor should write .htaccess
Start date:
2011-01-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
t3lib_compressor should write .htaccess
<FilesMatch "\.(js|css)(\.gzip)?$"> <IfModule mod_expires.c> ExpiresActive on ExpiresDefault "access plus 7 days" </IfModule> FileETag MTime Size </FilesMatch>
(issue imported from #M17175)
Files
Updated by Steffen Gebert almost 14 years ago
We'll drop this patch for now to come up with a solution in the _.htaccess file.
Updated by Ernesto Baschny almost 14 years ago
As decided later on in a Skype meeting with Christian Kuhn, Steffen Gebert and myself, we added this feature and made if configurable at the end:
$TYPO3_CONF_VARS['SYS']['generateApacheHtaccess']=1 (default)
Committed to trunk, rev. 10212
Actions