From 27f1a758f0f312e6dedb18f47ce86a6fd1d05d12 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Thu, 31 Jan 2013 04:10:59 -0800 Subject: Error logging. .htaccess cacheing. Modified doredirect to use $mydomain --- sounds/.htaccess | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sounds/.htaccess (limited to 'sounds') diff --git a/sounds/.htaccess b/sounds/.htaccess new file mode 100644 index 0000000..657e345 --- /dev/null +++ b/sounds/.htaccess @@ -0,0 +1,15 @@ +# 480 weeks + +Header set Cache-Control "max-age=290304000, public" + + + + mod_gzip_on Yes + mod_gzip_dechunk Yes + mod_gzip_item_include file \.(swf|txt|css|js)$ + mod_gzip_item_include handler ^cgi-script$ + mod_gzip_item_include mime ^text/.* + mod_gzip_item_include mime ^application/x-javascript.* + mod_gzip_item_exclude mime ^image/.* + mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.* + \ No newline at end of file -- cgit v1.2.3