summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
Diffstat (limited to 'images')
-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