Skip to content

CSS SOLUTIONS

IT SERVICES

Use mod_deflate to reduce bandwidth and web page download time

Posted on June 17, 2011 by Admin

The following code can be placed in your .htaccess file to compress content using mod_deflate, which reduces bandwidth and download time.  The visitor’s browser will uncompress the page requested.

<IfModule mod_deflate.c>
SetOutputFilter DEFLATE
</IfModule>

Uncategorized mod_deflate, reduce bandwidth, web page download time

Post navigation

← Protect your privacy; live in the secure world
PHP Setting Conversion for non-suPHP Handlers (dso/mod_ruid2) →
Built with BoldGridPowered by WordPress
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok