Forum Moderators: open

Message Too Old, No Replies

am I caching things properly?

         

tom12c

6:31 pm on Feb 22, 2010 (gmt 0)

10+ Year Member



I have the current settings set in my apache configuration.

<FilesMatch "\.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|php|js|png|gif|swf|css|jpg)$">
ExpiresActive On
ExpiresByType image/gif M5184000
ExpiresByType image/jpg M5184000
ExpiresByType image/jpeg M5184000
ExpiresByType image/png M5184000
ExpiresByType text/css M5184000
ExpiresByType application/x-javascript M5184000
ExpiresByType application/javascript M5184000
ExpiresByType application/x-shockwave-flash M5184000
ExpiresByType video/x-flv M5184000
FileETag None
</FilesMatch>

I made a change in one of my css files, however, it took a refresh in order to see my change (going to the address in a new tab in firefox didn't automatically show the change).

Would appreciate assistance. Thanks in advance.

StoutFiles

7:36 pm on Feb 22, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I made a change in one of my css files, however, it took a refresh in order to see my change


That's the benefit of caching.

tom12c

7:43 pm on Feb 22, 2010 (gmt 0)

10+ Year Member



true. however, I thought that the caching would be active till I made a change?