Server Configuration:IIS

From Svg wiki

      • configure MIME type, blah, blah - should be easy but don't have IIS to know how. fill this in please someone ***

Content-Encoding for gzipped SVG

This is a major problem in IIS. There is no easy way to configuration it so that it will send the Content-Encoding header for all files that have the .svgz filename extension. It can be done on a file-by-file basis. It can also be done on a directory basis. Perhaps the least bad solution is to create a directory specifically to store your .svgz files and do the following for that directory:

Right-click on the folder and select Properties. Click on the HTTP Headers tab and then the Add a custom header button. Enter Content-Encoding: gzip