/ Published in: Apache
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<IfModule mod_deflate.c> <FilesMatch "\\.(js|css|html|htm|php|xml)$"> SetOutputFilter DEFLATE </FilesMatch> </IfModule>