Opened 7 years ago

Last modified 7 years ago

#1530 closed Erweiterung

Favicon Gzip über htaccess — at Initial Version

Reported by: voodoopupp Owned by: somebody
Priority: normal Milestone: modified-shop-2.0.5.0
Component: Shop Version: 2.0.4.2
Keywords: Cc:
Blocked By: Blocking:

Description

Auch Favicons sollten noch über die htaccess gezippt werden.

Statt

##-- Enable the compression for any type of content
<IfModule mod_deflate.c>
  <FilesMatch "\\.(js|css|html|htm|php|xml|jpg|jpeg|png|gif|svg|woff|woff2|ttf|otf|eot)$">
    SetOutputFilter DEFLATE
  </FilesMatch>
</IfModule>

also sowas hier

{{{
##-- Enable the compression for any type of content
<IfModule mod_deflate.c>
  <FilesMatch "\\.(ico|js|css|html|htm|php|xml|jpg|jpeg|png|gif|svg|woff|woff2|ttf|otf|eot)$">
    SetOutputFilter DEFLATE
  </FilesMatch>
</IfModule>
}}}

Change History (0)

Note: See TracTickets for help on using tickets.