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 +