The css for a store I'm working on is being cached through the use of an .htaccess file, but I'm tired of (and know it's not great for business) having to tell customers they need to refresh their cache when they have layout problems. I'd like to get a proper versioning system setup to avoid this. Normally I would do this by using php (something similar to this http://derek.io/blog/2009/auto-versi...and-css-files/).
I can't use php in my global header for my miva store, though, correct? I was thinking maybe I could do it using the callurl function in the Emporium toolkit, but I'm really not sure. Any help on how to achieve this either by using php in the global header or through some other method of versioning (not by hand), would be appreciated.
I can't use php in my global header for my miva store, though, correct? I was thinking maybe I could do it using the callurl function in the Emporium toolkit, but I'm really not sure. Any help on how to achieve this either by using php in the global header or through some other method of versioning (not by hand), would be appreciated.
Comment