Experation headers htaccess
particle# ———————————————————————- # | Expires headers | # ———————————————————————- # Serve resources with far-future expires headers. # # (!) If you don’t control versioning with filename-based # cache busting, you should consider lowering the cache times # to something like one week. # # https://httpd.apache.org/docs/current/mod/mod_expires.html ExpiresActive on ExpiresDefault “access plus 1 month” # CSS ExpiresByType […]