apache - If a file is updated on a server, will the header expire on visitors' browser? -


this without doubt dumb question can't seem find answer it.

i added mod_deflate , header expire in htaccess

<filesmatch "\.(txt|xml|js|css)$">    header set cache-control "max-age=604800" </filesmatch> 

my question was, if update css sheet, visitors' browser figure out it's been modified or ignore , won't grab again until expires (a week after) ?

thanks


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -