Bug #24695 ยป 17181.diff
_.htaccess (Arbeitskopie) | ||
---|---|---|
### End: Compression via TYPO3 ###
|
||
### Begin: Browser caching of ressource files ###
|
||
# Enable long browser caching for JavaScript and CSS files.
|
||
# This affects Frontend and Backend and increases performance.
|
||
# You can also add other file extensions (like gif, png, jpg), if you want them to be longer caced, too.
|
||
<FilesMatch "\.(js|css)">
|
||
<IfModule mod_expires.c>
|
||
ExpiresActive on
|
||
ExpiresDefault "access plus 7 days"
|
||
</IfModule>
|
||
FileETag MTime Size
|
||
</FilesMatch>
|
||
### End: Browser caching of ressource files ###
|
||
### Begin: Settings for mod_rewrite ###
|
||
<IfModule mod_rewrite.c>
|