summaryrefslogtreecommitdiffstats
path: root/images/.htaccess
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-02-09 14:25:06 -0800
committerPatrick Davison <snapwilliam@gmail.com>2013-02-09 14:25:06 -0800
commite3b999dc0520df1cc7ed0a4f92080368e9728cb9 (patch)
treeeba7cffe6db0e9e1c730115e580f24cbd13c7664 /images/.htaccess
parente147e44088e8bc76fac2a3b92b32b76f9867280d (diff)
downloadpathery-e3b999dc0520df1cc7ed0a4f92080368e9728cb9.tar.xz
Map URL rewrite .com/map/ID - Note this has domain name in it...
Diffstat (limited to 'images/.htaccess')
-rw-r--r--images/.htaccess5
1 files changed, 4 insertions, 1 deletions
diff --git a/images/.htaccess b/images/.htaccess
index 05bc7d9..cac0861 100644
--- a/images/.htaccess
+++ b/images/.htaccess
@@ -1,4 +1,7 @@
# 480 weeks
<filesMatch "\.(jpg|jpeg|png|gif)$">
Header set Cache-Control "max-age=290304000, public"
-</filesMatch> \ No newline at end of file
+</filesMatch>
+
+# Incase of missing images
+ErrorDocument 404 http://www.mazetd.4xg.net/images/blank.png?error404=true \ No newline at end of file