12-12-2008, 10:48 PM
|
#3 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
|
Could this not be achieved with .htaccess? Something like the following in the CSS directory:
Code:
<Files *>
Header set Cache-Control: "private, pre-check=0, post-check=0, max-age=0"
Header set Expires: 0
Header set Pragma: no-cache
</Files>
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|