Modified .htaccess to try and resolve Kenans cache problems

This commit is contained in:
Karl Cordes 2011-08-10 16:53:59 +10:00
parent c0462d0160
commit 5864e0d526
2 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View file

@ -16,3 +16,4 @@ processed_vaultmsgs/*
vaultmsgs/*
cake_eclipse_helper.php
config/*
webroot/pdf/*

View file

@ -2,4 +2,8 @@
RewriteEngine on
RewriteRule ^$ webroot/ [L]
RewriteRule (.*) webroot/$1 [L]
</IfModule>
</IfModule>
<FilesMatch ".(js|css|txt)$">
Header unset Cache-Control
</FilesMatch>