summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-03-27 15:37:20 -0700
committerPatrick Davison <snapwilliam@gmail.com>2013-03-27 15:37:20 -0700
commitdf4c55fc90528c136d72fe2684ed797cba2c40ef (patch)
treeddf4a3fdcc3774b4c3d4a8bf10095ab377db3c77
parenta9dcb92d783a77b493d865c655244bb8e5d54a41 (diff)
downloadpathery-df4c55fc90528c136d72fe2684ed797cba2c40ef.tar.xz
Fixed image 404's. And wrong domain name in htaccess O_o.
-rw-r--r--images/.htaccess2
-rw-r--r--images/marks/blank.pngbin0 -> 126 bytes
2 files changed, 1 insertions, 1 deletions
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"
</filesMatch>
# 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
--- /dev/null
+++ b/images/marks/blank.png
Binary files differ