Search results

  1. A

    Setting "Vary: Accept-Encoding" header using .htaccess

    In .htaccess file, I have: Header set Vary Accept-Encoding (as recommended by google chrome - options - javascript console - pagespeed) But 2 "vary" headers are returned ("set" should set the header, not add a new one) I've tried 'unset Header', but that doesnt work either Andrew GET...
  2. A

    Feature Request: SSILastModified on

    Apache SSILastModified directive Why? The server doesn't send cache headers (last modified, etag, etc.) with SSI pages - this allows them to be sent, so the SSI pages can be cached by the browser
  3. A

    Request: FallbackResource

    Add Apache FallbackResource directive
  4. A

    Request: List of (Un)Supported Apache Directives

    It would be really great to have an official list of which Apache directives are supported, and any differences and changes per version. (Our webhosts use Litespeed - the changeover was a nightmare as we made big use of FallbackResource, we now have lots of ModRewrite directives. We only have...
Top