I do not get set properly cache. I've tried all possible configurations and the only way to properly configure the cache has been through .htaccess using the following code:
- Code: Select all
<ifmodule mod_expires.c>
ExpiresActive On
ExpiresDefault A3600
<filesmatch ".(jpg|JPG|gif|GIF|png|css|ico|js|swf)$">
ExpiresDefault "access plus 7 day"
Header append Vary Accept-Encoding
</filesmatch>
</ifmodule>
I've been trying configure from Joomla administrator but it's impossible.
I can configure the cache in site/global configuration (conservate caching, progressive caching). I've activated plugin "System - cache", "System - GK Cache", "System - GK Extended cache", one of them, or all three at once. Also I've tried activating gk cache from the template settings. Nothing works.
My server has the ability to enable xcache but nothing works for me. This is very important for me website. Can anybody help me?
Regards.