Re: HTTP compression, Cute Editor, DNN3

  •  05-14-2005, 1:51 PM

    Re: HTTP compression, Cute Editor, DNN3

    Hi Scott,
     
    This is mine:
     
    <blowery.web>
    <httpCompress preferredAlgorithm="gzip" compressionLevel="high">
    <excludedMimeTypes>
    <add type="image/jpeg"/>
    <add type="image/gif"/>
    </excludedMimeTypes>
    <excludedPaths></excludedPaths>
    </httpCompress>
    </blowery.web>
     
    Bye
    Mariette
View Complete Thread