diff options
author | gerald <gerald@localhost> | 2001-02-18 01:06:28 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 2001-02-18 01:06:28 +0000 |
commit | 88ad586110831f6ddaae280746b3cc09c1128c6f (patch) | |
tree | 576b0e7c1faa93a1c753f797f7f54aaf5b4cce16 | |
parent | fd0771cb2d8f6ba68e410bd1a66c38e8471a5363 (diff) | |
download | markup-validator-88ad586110831f6ddaae280746b3cc09c1128c6f.zip markup-validator-88ad586110831f6ddaae280746b3cc09c1128c6f.tar.gz markup-validator-88ad586110831f6ddaae280746b3cc09c1128c6f.tar.bz2 |
added a cache-control header to make images more cacheable
http://www.mnot.net/cache_docs/
-rw-r--r-- | htdocs/images/.htaccess | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/htdocs/images/.htaccess b/htdocs/images/.htaccess new file mode 100644 index 0000000..e283152 --- /dev/null +++ b/htdocs/images/.htaccess @@ -0,0 +1,6 @@ +# +# $Id: .htaccess,v 1.1 2001-02-18 01:06:28 gerald Exp $ +# + +Header set Cache-Control "max-age=604800" + |