/ Published in: Other
Place the following code in the .htaccess file
Expand |
Embed | Plain Text
<IfModule mod_deflate.c> <FilesMatch "\.(js|css|php|html)$"> SetOutputFilter DEFLATE </FilesMatch> </IfModule>
You need to login to post a comment.
