dgoyea/TGTRecipes/master/components/com_community/assets/.htaccess - Htaccess File

dgoyea/TGTRecipes/master/components/com_community/assets/.htaccess

# ----------------------------------------------------------------------
# Enable Gzip compression if supported
# ----------------------------------------------------------------------

<IfModule deflate_module>
  <FilesMatch ".(html|txt|css|js|json)$">
    SetOutputFilter DEFLATE
  </FilesMatch>
</IfModule>

On Github License

Files

Download PDF of Htaccess file
DEFLATE

Comments

Apache