[RSS Feed/News] mod_expires.c = Speedbooster?

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Two minutes ago i tried this in my .htaccess

Code:

Code:
<ifModule mod_expires.c>
     ExpiresActive On
     ############################################
     ## Add default Expires header
     <FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf|woff|woff2)$">
     ExpiresDefault "access plus 1 month"
     </FilesMatch>
</ifModule>

Instead of waiting like normal, the pages are just there now. I really love it.
But what i do when the next update comes? Deactivate the code for some...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom