You can set the expiration date by type using 
http://httpd.apache.org/docs/2.0/mod/mod_expires.html Apache mod_expire 
Try putting this in your .htaccess:

ExpiresActive On
ExpiresByType image/gif A0
ExpiresByType image/png A0
ExpiresByType image/jpg A0

dele454 wrote:
> 
> Hi
> 
> Does anyone know the correct directive for disallowing caching of images
> using the HeadMeta Helper?
> 
> After replacing some remotes images via an upload, my browser still caches
> the old image. I dont want this. Someone suggested having an apache
> directive that refuses caching of images. 
> Please help.
> 
> Thanks
> 

-- 
View this message in context: 
http://www.nabble.com/HeadMeta-Helper...-tp19574276p19588395.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to