[TYPO3-project-4-3] Is it time to ship optimized TYPO3 by default?

Steffen Kamper info at sk-typo3.de
Tue Nov 4 14:30:14 CET 2008


Hi,

one may be silly question:

why not integrating it in a htaccess of root dir?
ok, src-dir can have one extra in typo3/

<FilesMatch "\.(css|js|png|gif|jpg)$">
	<IfModule mod_expires.c>
		ExpiresActive on
		ExpiresDefault "access plus 7 days"
	</IfModule>
	FileETag MTime Size
</FilesMatch>

it could be integrated in the _.htaccess already shipped.
Does it have disadvantages? It would be useful also for FE matching 
fileadmin/template or typo3temp/

vg Steffen


More information about the TYPO3-project-4-3 mailing list