.htaccess 123 B

1234567
  1. <ifModule mod_deflate.c>
  2. <filesMatch "\.(css|js|x?html?|php)$">
  3. SetOutputFilter DEFLATE
  4. </filesMatch>
  5. </ifModule>