projects
/
brisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5918d37
)
added Pragma
author
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Wed, 29 Aug 2007 08:13:25 +0000
(08:13 +0000)
committer
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Wed, 29 Aug 2007 08:13:25 +0000
(08:13 +0000)
web/.htaccess
patch
|
blob
|
history
diff --git
a/web/.htaccess
b/web/.htaccess
index
65e1c26
..
856a4e6
100644
(file)
--- a/
web/.htaccess
+++ b/
web/.htaccess
@@
-1,6
+1,10
@@
<FilesMatch "\.(js|css)$">
header append Cache-Control "public, last-modified, must-revalidate"
</FilesMatch>
+<FilesMatch "\.php$">
+header append Pragma "no-cache"
+header append Expires "-1"
+</FilesMatch>
ExpiresActive On
ExpiresByType image/jpg "access plus 4 days"
ExpiresByType image/png "access plus 4 days"