Advertisement
MrEfendi

Untitled

Jul 4th, 2019
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <IfModule pagespeed_module>
  2. ModPagespeed off
  3. </IfModule>
  4. <filesMatch "\.(php|html|htm|js|css)$">
  5. FileETag None
  6. <ifModule mod_headers.c>
  7. Header unset ETag
  8. Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
  9. Header set Pragma "no-cache"
  10. Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
  11. </ifModule>
  12. </filesMatch>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement