diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-05-27 20:29:58 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-05-27 20:29:58 -0700 |
commit | dcaeec583ca5e99941a725c0784a382ed29bd529 (patch) | |
tree | f2194f8c48f4bd7dbbe858d83ca796904bb898ca /images/.htaccess | |
parent | a81858ef82af7469e843e2e6a84ca220330003e3 (diff) | |
download | pathery-dcaeec583ca5e99941a725c0784a382ed29bd529.tar.xz |
Removed no-longer neccessary .htaccess - i'll keep a backup incase we ever use apache again.
Diffstat (limited to 'images/.htaccess')
-rw-r--r-- | images/.htaccess | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/images/.htaccess b/images/.htaccess deleted file mode 100644 index c9d7886..0000000 --- a/images/.htaccess +++ /dev/null @@ -1,7 +0,0 @@ -# 480 weeks
-<filesMatch "\.(jpg|jpeg|png|gif)$">
-Header set Cache-Control "max-age=290304000, public"
-</filesMatch>
-
-# Incase of missing images
-ErrorDocument 404 http://www.pathery.com/images/blank.png?error404=true
\ No newline at end of file |