Project

General

Profile

Bug #24695 ยป 17181.diff

Administrator Admin, 2011-01-21 01:40

View differences:

_.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>
    (1-1/1)