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.