reenadak

htaccess cache control

Sep 25th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.24 KB | None | 0 0
  1. <filesMatch "\.(html|htm|js|css|php)$">
  2. FileETag None
  3. Header unset ETag
  4. Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
  5. Header set Pragma "no-cache"
  6. Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
  7. </filesMatch>
Add Comment
Please, Sign In to add comment