Hi,
I have the problem whit die Browser Cache from my website.
I have greatet a .htaccess whit follow inputs:
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 1 month 1 days"
ExpiresByType text/html "access plus 1 month 1 days"
ExpiresByType image/gif "access plus 1 month 1 days"
ExpiresByType image/jpeg "access plus 1 month 1 days"
ExpiresByType image/png "access plus 1 month 1 days"
ExpiresByType text/css "access plus 1 month 1 days"
ExpiresByType text/javascript "access plus 1 month 1 week"
ExpiresByType application/x-javascript "access plus 1 month 1 days"
ExpiresByType text/xml "access plus 1 seconds"
</IfModule>
With this .htaccess can't running the browser caching, i have test very much other configuration but the browser caching can't running.
My problem is, is running the mod_expires.c in plesk now, or must I change the configuration?
What can i do that the browser caching running on my server?
My Configuration is:
BS CentOS 6.3 (Final)
Panel-Version 11.0.9 Update #28
Best Regards
I have the problem whit die Browser Cache from my website.
I have greatet a .htaccess whit follow inputs:
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 1 month 1 days"
ExpiresByType text/html "access plus 1 month 1 days"
ExpiresByType image/gif "access plus 1 month 1 days"
ExpiresByType image/jpeg "access plus 1 month 1 days"
ExpiresByType image/png "access plus 1 month 1 days"
ExpiresByType text/css "access plus 1 month 1 days"
ExpiresByType text/javascript "access plus 1 month 1 week"
ExpiresByType application/x-javascript "access plus 1 month 1 days"
ExpiresByType text/xml "access plus 1 seconds"
</IfModule>
With this .htaccess can't running the browser caching, i have test very much other configuration but the browser caching can't running.
My problem is, is running the mod_expires.c in plesk now, or must I change the configuration?
What can i do that the browser caching running on my server?
My Configuration is:
BS CentOS 6.3 (Final)
Panel-Version 11.0.9 Update #28
Best Regards