apache cache-control設定頁面快取

wang_0720發表於2013-11-05

設定靜態頁面的快取
 
    Header set Cache-Control “max-age=86400″
  < /FilesMatch>
設定JS,CSS樣式和文字的快取
 
    Header set Cache-Control “max-age=259200″
 

設定圖片和動畫格式檔案的快取
 
    Header set Cache-Control “max-age=259200″
 

關閉動態頁面的快取
 
    Header unset Cache-Control
 


PS:max-age和expires同時用 max-age優先順序高

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/27181165/viewspace-775757/,如需轉載,請註明出處,否則將追究法律責任。

相關文章