From e3b999dc0520df1cc7ed0a4f92080368e9728cb9 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Sat, 9 Feb 2013 14:25:06 -0800 Subject: Map URL rewrite .com/map/ID - Note this has domain name in it... --- images/.htaccess | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'images') diff --git a/images/.htaccess b/images/.htaccess index 05bc7d9..cac0861 100644 --- a/images/.htaccess +++ b/images/.htaccess @@ -1,4 +1,7 @@ # 480 weeks Header set Cache-Control "max-age=290304000, public" - \ No newline at end of file + + +# Incase of missing images +ErrorDocument 404 http://www.mazetd.4xg.net/images/blank.png?error404=true \ No newline at end of file -- cgit v1.2.3