Opened 7 years ago

Last modified 7 years ago

#1530 closed Erweiterung

Favicon Gzip über htaccess — at Version 1

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 (last modified by Torsten Riemer)

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 (1)

comment:1 by Torsten Riemer, 7 years ago

Description: modified (diff)
Type: Bug/FehlerErweiterung
Note: See TracTickets for help on using tickets.