blob: c9d78867f7ede0c00f9942e84dc766789784e1da (
plain)
1
2
3
4
5
6
7
|
# 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
|