On Mon, Aug 11, 2008 at 8:55 PM, pyurt <[EMAIL PROTECTED]> wrote: > Is there a simple way to compress my interface pages using gzip compression. >
add the following to an .htaccess at the lowest level in the document root: AddOutputFilterByType DEFLATE text/html text/plain text/xml see http://httpd.apache.org/docs/2.0/mod/mod_deflate.html for more details. Regards, John Campbell _______________________________________________ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php
