Posted - 03/09/2018 : 08:08:49
Hi Drivers, it only needs to be in the .htaccess file not on the store pages. You may want to check with the host that you are using the correct method for their web server, I've used this method in the past, I don't put the css as css changes often. <IfModule mod_expires.c> # Enable expirations ExpiresActive On # Default directive ExpiresDefault "access plus 1 month" # My favicon ExpiresByType image/x-icon "access plus 1 year" # Images ExpiresByType image/gif "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType image/jpg "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" # Javascript ExpiresByType application/javascript "access plus 1 year" </IfModule> Winners never quit, quitters never win CSS and Responsive DesignsUser Manual for Ecommerce Templates
|