From df4c55fc90528c136d72fe2684ed797cba2c40ef Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Wed, 27 Mar 2013 15:37:20 -0700 Subject: Fixed image 404's. And wrong domain name in htaccess O_o. --- images/.htaccess | 2 +- images/marks/blank.png | Bin 0 -> 126 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 images/marks/blank.png (limited to 'images') diff --git a/images/.htaccess b/images/.htaccess index cac0861..c9d7886 100644 --- a/images/.htaccess +++ b/images/.htaccess @@ -4,4 +4,4 @@ Header set Cache-Control "max-age=290304000, public" # Incase of missing images -ErrorDocument 404 http://www.mazetd.4xg.net/images/blank.png?error404=true \ No newline at end of file +ErrorDocument 404 http://www.pathery.com/images/blank.png?error404=true \ No newline at end of file diff --git a/images/marks/blank.png b/images/marks/blank.png new file mode 100644 index 0000000..b5fd2c0 Binary files /dev/null and b/images/marks/blank.png differ -- cgit v1.2.3