# HG changeset patch # User Dan # Date 1215113838 14400 # Node ID 82320949a3b5a9f1b5ed5d62e0cb1940535e3f24 # Parent b051eb79b158f61dccd21d7b28b67d93c908fdbc Added failsafe .htaccess files to enable far future Expires and mod_deflate diff -r b051eb79b158 -r 82320949a3b5 images/.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 + + + Header set Expires "Wed, 1 Jan 2020 20:00:00 GMT" + + + +# http://www.askapache.com/htaccess/apache-speed-compression.html + + + SetOutputFilter DEFLATE + + + diff -r b051eb79b158 -r 82320949a3b5 includes/clientside/.htaccess --- /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 + + + Header set Expires "Wed, 1 Jan 2020 20:00:00 GMT" + + + +# http://www.askapache.com/htaccess/apache-speed-compression.html + + + SetOutputFilter DEFLATE + + + diff -r b051eb79b158 -r 82320949a3b5 themes/.htaccess --- /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 + + + Header set Expires "Wed, 1 Jan 2020 20:00:00 GMT" + + + +# http://www.askapache.com/htaccess/apache-speed-compression.html + + + SetOutputFilter DEFLATE + + +