summaryrefslogtreecommitdiffstats
path: root/sounds
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-05-27 20:29:58 -0700
committerPatrick Davison <snapwilliam@gmail.com>2013-05-27 20:29:58 -0700
commitdcaeec583ca5e99941a725c0784a382ed29bd529 (patch)
treef2194f8c48f4bd7dbbe858d83ca796904bb898ca /sounds
parenta81858ef82af7469e843e2e6a84ca220330003e3 (diff)
downloadpathery-dcaeec583ca5e99941a725c0784a382ed29bd529.tar.xz
Removed no-longer neccessary .htaccess - i'll keep a backup incase we ever use apache again.
Diffstat (limited to 'sounds')
-rw-r--r--sounds/.htaccess15
1 files changed, 0 insertions, 15 deletions
diff --git a/sounds/.htaccess b/sounds/.htaccess
deleted file mode 100644
index 657e345..0000000
--- a/sounds/.htaccess
+++ /dev/null
@@ -1,15 +0,0 @@
-# 480 weeks
-<FilesMatch "\.(mp3|flv|jpg|jpeg|png|gif|js|swf)$">
-Header set Cache-Control "max-age=290304000, public"
-</FilesMatch>
-
-<ifModule mod_gzip.c>
- 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.*
-</ifModule> \ No newline at end of file