/[drupal]/contributions/modules/boost/htaccess/boosted2.txt
ViewVC logotype

Diff of /contributions/modules/boost/htaccess/boosted2.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.19, Fri Oct 30 15:30:48 2009 UTC revision 1.1.2.20, Fri Nov 13 23:33:18 2009 UTC
# Line 14  Line 14 
14      AddCharset utf-8 .js      AddCharset utf-8 .js
15      AddEncoding gzip .gz      AddEncoding gzip .gz
16    </IfModule>    </IfModule>
17    <FilesMatch "\.html\.gz$">    <FilesMatch "(\.html|\.html\.gz)">
18      ForceType text/html      ForceType text/html
19    </FilesMatch>    </FilesMatch>
20    <FilesMatch "\.xml\.gz$">    <FilesMatch "(\.xml|\.xml\.gz)$">
21      ForceType text/xml      ForceType text/xml
22    </FilesMatch>    </FilesMatch>
23    <FilesMatch "\.json\.gz$">    <FilesMatch "(\.json|\.json\.gz|\.js|\.js\.gz)$">
24      ForceType text/javascript      ForceType text/javascript
25    </FilesMatch>    </FilesMatch>
26    <FilesMatch "\.css\.gz$">    <FilesMatch "(\.css|\.css\.gz)">
27      ForceType text/css      ForceType text/css
28    </FilesMatch>    </FilesMatch>
   <FilesMatch "\.js\.gz$">  
     ForceType text/javascript  
   </FilesMatch>  
29    
30    # Gzip Cookie Test    # Gzip Cookie Test
31    RewriteRule boost-gzip-cookie-test\.html  cache/perm/boost-gzip-cookie-test\.html\.gz [L,T=text/html]    RewriteRule boost-gzip-cookie-test\.html  cache/perm/boost-gzip-cookie-test\.html\.gz [L,T=text/html]
# Line 77  Line 74 
74    
75    ### BOOST END ###    ### BOOST END ###
76    
77  # $Id: boosted2.txt,v 1.1.2.18 2009/10/18 08:49:45 mikeytown2 Exp $  # $Id: boosted2.txt,v 1.1.2.19 2009/10/30 15:30:48 mikeytown2 Exp $

Legend:
Removed from v.1.1.2.19  
changed lines
  Added in v.1.1.2.20

  ViewVC Help
Powered by ViewVC 1.1.2