htaccess - How to force the client's browser to clear the cache?

前端 未结 12 1395
情歌与酒
情歌与酒 2020-12-07 14:23

For my site I have the following htaccess rules:

# BEGIN Gzip

AddOutputFilterByType DEFLATE text/text text/html text/plain tex         


        
12条回答
  •  温柔的废话
    2020-12-07 14:56

    I got your problem...

    Although we can clear client browser cache completely but you can add some code to your application so that your recent changes reflect to client browser.

    In your :

    
    
    
    

    Source: http://goo.gl/JojsO

提交回复
热议问题