Search results

  1. M

    MultiViews automatic precompressed gzipping

    Well then, how DO I enable gzip compression with the static gzip cache from a .htaccess file? I have tested SetOutputFilter DEFLATE and/or RewriteRule . - [E=no-gzip:1] and/or mod_gzip_on Yes mod_gzip_item_include mime text/css There is no information about enabling gzip in...
  2. M

    MultiViews automatic precompressed gzipping

    I have a folder with two files: test.css and test.css.gz. Browser requests test.css Apache checks if browser can accept gzip compressed files Yes: Apache checks if a precompressed file exists: Yes: Apache serves the test.css.gz No: Apache gzips test.css No: Apache...
Top