Index: _.htaccess
===================================================================
--- _.htaccess (Revision 10184)
+++ _.htaccess (Arbeitskopie)
@@ -59,6 +59,24 @@
### 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.
+
+
+
+ ExpiresActive on
+ ExpiresDefault "access plus 7 days"
+
+ FileETag MTime Size
+
+
+### End: Browser caching of ressource files ###
+
+
### Begin: Settings for mod_rewrite ###