diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-02-18 11:39:56 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-02-18 11:39:56 +0100 |
commit | f0ca06e49d6f916c1b0e6d49de3a6d8200d01d6e (patch) | |
tree | 3286cc76797f16cd7e95600050cdfd1266ecb13f /data | |
parent | cbb6617a3866b96556c790ec13260058706b95be (diff) |
check for apache modules in htaccess files
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'data')
-rw-r--r-- | data/.htaccess | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/.htaccess b/data/.htaccess index c8dfb58fd..bba3837a4 100644 --- a/data/.htaccess +++ b/data/.htaccess @@ -4,6 +4,9 @@ ExpiresByType application/javascript "access plus 1 year" </IfModule> -Header append Cache-Control "public" +<IfModule mod_headers.c> + Header append Cache-Control "public" +</IfModule> + FileEtag none |