Modify

Opened 7 years ago

Closed 7 years ago

#1530 closed Erweiterung (fixed)

Favicon Gzip über htaccess

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>

Attachments (0)

Change History (2)

comment:1 by Torsten Riemer, 7 years ago

Description: modified (diff)
Type: Bug/FehlerErweiterung

comment:2 by Gerhard Waldemair, 7 years ago

Resolution: fixed
Status: newclosed

In 11691:

fix #1530

Modify Ticket

Action
as closed The owner will remain somebody.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.