Added failsafe .htaccess files to enable far future Expires and mod_deflate
authorDan
Thu, 03 Jul 2008 15:37:18 -0400
changeset 596 82320949a3b5
parent 595 b051eb79b158
child 597 c4ae0d8e260f
Added failsafe .htaccess files to enable far future Expires and mod_deflate
images/.htaccess
includes/clientside/.htaccess
themes/.htaccess
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/images/.htaccess	Thu Jul 03 15:37:18 2008 -0400
@@ -0,0 +1,17 @@
+# Thanks to http://phaedo.cx/archives/2007/07/25/tools-for-optimizing-your-website-etag-and-expire-headers-in-django-apache-and-lighttpd/ for this.
+FileETag MTime Size
+
+# http://www.askapache.com/htaccess/apache-speed-expires.html
+<IfModule mod_headers.c>
+  <FilesMatch "\.(jpg|jpeg|png|gif|js|css)$">
+    Header set Expires "Wed, 1 Jan 2020 20:00:00 GMT"
+  </FilesMatch>
+</IfModule>
+
+# http://www.askapache.com/htaccess/apache-speed-compression.html
+<IfModule mod_deflate.c>
+  <FilesMatch "\.(js|css)$">
+    SetOutputFilter DEFLATE
+  </FilesMatch>
+</IfModule>
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/includes/clientside/.htaccess	Thu Jul 03 15:37:18 2008 -0400
@@ -0,0 +1,17 @@
+# Thanks to http://phaedo.cx/archives/2007/07/25/tools-for-optimizing-your-website-etag-and-expire-headers-in-django-apache-and-lighttpd/ for this.
+FileETag MTime Size
+
+# http://www.askapache.com/htaccess/apache-speed-expires.html
+<IfModule mod_headers.c>
+  <FilesMatch "\.(jpg|jpeg|png|gif|js|css)$">
+    Header set Expires "Wed, 1 Jan 2020 20:00:00 GMT"
+  </FilesMatch>
+</IfModule>
+
+# http://www.askapache.com/htaccess/apache-speed-compression.html
+<IfModule mod_deflate.c>
+  <FilesMatch "\.(js|css)$">
+    SetOutputFilter DEFLATE
+  </FilesMatch>
+</IfModule>
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/themes/.htaccess	Thu Jul 03 15:37:18 2008 -0400
@@ -0,0 +1,17 @@
+# Thanks to http://phaedo.cx/archives/2007/07/25/tools-for-optimizing-your-website-etag-and-expire-headers-in-django-apache-and-lighttpd/ for this.
+FileETag MTime Size
+
+# http://www.askapache.com/htaccess/apache-speed-expires.html
+<IfModule mod_headers.c>
+  <FilesMatch "\.(jpg|jpeg|png|gif|js|css)$">
+    Header set Expires "Wed, 1 Jan 2020 20:00:00 GMT"
+  </FilesMatch>
+</IfModule>
+
+# http://www.askapache.com/htaccess/apache-speed-compression.html
+<IfModule mod_deflate.c>
+  <FilesMatch "\.(js|css)$">
+    SetOutputFilter DEFLATE
+  </FilesMatch>
+</IfModule>
+