diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-03-27 15:37:20 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-03-27 15:37:20 -0700 |
commit | df4c55fc90528c136d72fe2684ed797cba2c40ef (patch) | |
tree | ddf4a3fdcc3774b4c3d4a8bf10095ab377db3c77 /images/.htaccess | |
parent | a9dcb92d783a77b493d865c655244bb8e5d54a41 (diff) | |
download | pathery-df4c55fc90528c136d72fe2684ed797cba2c40ef.tar.xz |
Fixed image 404's. And wrong domain name in htaccess O_o.
Diffstat (limited to 'images/.htaccess')
-rw-r--r-- | images/.htaccess | 2 |
1 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 |