summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-01-31 04:10:59 -0800
committerPatrick Davison <snapwilliam@gmail.com>2013-01-31 04:10:59 -0800
commit27f1a758f0f312e6dedb18f47ce86a6fd1d05d12 (patch)
tree05dce0efa9ccede3b84437ce067152ac7cf313f5 /images
parent2fb5da215a7b286b71f8c4d0126c72a06e41935e (diff)
downloadpathery-27f1a758f0f312e6dedb18f47ce86a6fd1d05d12.tar.xz
Error logging. .htaccess cacheing. Modified doredirect to use $mydomain
Diffstat (limited to 'images')
-rw-r--r--images/.htaccess4
1 files changed, 4 insertions, 0 deletions
diff --git a/images/.htaccess b/images/.htaccess
new file mode 100644
index 0000000..05bc7d9
--- /dev/null
+++ b/images/.htaccess
@@ -0,0 +1,4 @@
+# 480 weeks
+<filesMatch "\.(jpg|jpeg|png|gif)$">
+Header set Cache-Control "max-age=290304000, public"
+</filesMatch> \ No newline at end of file