| 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] |
| 74 |
|
|
| 75 |
### BOOST END ### |
### BOOST END ### |
| 76 |
|
|
| 77 |
# $Id: boosted1.txt,v 1.1.2.17 2009/10/18 08:49:45 mikeytown2 Exp $ |
# $Id: boosted1.txt,v 1.1.2.18 2009/10/30 15:30:48 mikeytown2 Exp $ |