hoo adlı üyeden alıntı: mesajı görüntüle
bu cache apache ile ilgili, joomlayla bir ilgisi yok. şunu ekleyin htaccesse olmuyorsa, hostinginizin bir kısıtlaması olabilir veya apache de mod expires modülü yüklü değildir.

ExpiresActive On
ExpiresByType image/gif A2592000
ExpiresByType image/jpeg A2592000
ExpiresByType image/jpg A2592000
ExpiresByType image/png A2592000
ExpiresByType image/x-icon A2592000
ExpiresByType text/css A86400
ExpiresByType text/javascript A86400
ExpiresByType application/x-shockwave-flash A2592000
#
<FilesMatch "\.(gif¦jpe?g¦png¦ico¦css¦js¦swf)$">
Header set Cache-Control "public"
</FilesMatch>
Yok hocam malesef olmuyor.