robertkeus Posted April 22, 2012 Share Posted April 22, 2012 I have done everything to clean the CSS cache of Prestashop (newest version 1.4.7.3). Cleaned browser cache I changed the settings, this are my current settings: http://cl.ly/3i0x0f0c2y1q0S300c1U Cleaned Smarty cache and compile folders in tools (both versions) But still my changes in my template (css) will not be loaded. PLEASE HELLP! Link to comment Share on other sites More sharing options...
El Patron Posted April 22, 2012 Share Posted April 22, 2012 did you turn off you cache at the bottom of the page? i.e. file/memcahge, and I assume you cleared your browser cache, this is where your expires headers cache is located Link to comment Share on other sites More sharing options...
robertkeus Posted April 23, 2012 Author Share Posted April 23, 2012 I think I fixed it. My provider was caching the css also . So I created a .htaccess file with the following info: <FilesMatch "\.(css|html)$"> Header Set Cache-Control "max-age=0, no-store" </FilesMatch> 1 Link to comment Share on other sites More sharing options...
Costantini Posted May 17, 2020 Share Posted May 17, 2020 i have the same problem. Do you know how to solve it because i have to make an hard refresh to display the changes but the custmoers can do it... Link to comment Share on other sites More sharing options...
El Patron Posted May 17, 2020 Share Posted May 17, 2020 1 hour ago, vuoshino said: i have the same problem. Do you know how to solve it because i have to make an hard refresh to display the changes but the custmoers can do it... post new topic, this from 2012 ps version 1.4. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now