From 5864e0d52651b43bf554d24ccdaa24fb74ffc525 Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Wed, 10 Aug 2011 16:53:59 +1000 Subject: [PATCH] Modified .htaccess to try and resolve Kenans cache problems --- .gitignore | 1 + .htaccess | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 04e8313b..19086adc 100755 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ processed_vaultmsgs/* vaultmsgs/* cake_eclipse_helper.php config/* +webroot/pdf/* diff --git a/.htaccess b/.htaccess index 0ed8662e..643c34c9 100755 --- a/.htaccess +++ b/.htaccess @@ -2,4 +2,8 @@ RewriteEngine on RewriteRule ^$ webroot/ [L] RewriteRule (.*) webroot/$1 [L] - \ No newline at end of file + + + +Header unset Cache-Control +