/ Published in: Apache
Expand |
Embed | Plain Text
<IfModule mod_deflate.c> <FilesMatch "\\.(js|css|html|htm|php|xml)$"> SetOutputFilter DEFLATE </FilesMatch> </IfModule>
You need to login to post a comment.
twobon on 10/30/09
1 person have marked this snippet as a favorite
<IfModule mod_deflate.c> <FilesMatch "\\.(js|css|html|htm|php|xml)$"> SetOutputFilter DEFLATE </FilesMatch> </IfModule>
You need to login to post a comment.