[TYPO3-dev] Re: [TYPO3-core] RFC #14195: Reorganize the backend stylesheets

Steffen Gebert steffen at steffen-gebert.de
Sun May 9 20:10:29 CEST 2010


Am 01.05.2010, 17:08 Uhr, schrieb Francois Suter <fsu-lists at cobweb.ch>:

> BTW that got me wondering about such files as  
> typo3/sysext/t3skin/stylesheets/.htaccess which contains the following:
>
> <FilesMatch "\.css$">
>          <IfModule mod_expires.c>
>                  ExpiresActive on
>                  ExpiresDefault "access plus 7 days"
>          </IfModule>
>          FileETag MTime Size
> </FilesMatch>
>
> which is now plainly wrong. I think it can be removed completely, as the  
> new CSS concatenator/compressor makes in unnecessary to adapt the above  
> to the new file structure, right?

revisiting this topic: We need this again, but now for .css.gzip

We could advice to use "ExpiresByType text/css", which would also work for
the frontend.
At least I'd like to have anything in advanced.htaccess, which affects the
compressed files...

Steffen




More information about the TYPO3-dev mailing list