Re: [nyphp-talk] Compress interface pages using gzip compression

2008-08-11 Thread Steve Manes
pyurt wrote: Is there a simple way to compress my interface pages using gzip compression. This is what I use: AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript text/css application/xhtml+xml application/xml application/ x-javascript DeflateFilterNote Input input_in

Re: [nyphp-talk] Compress interface pages using gzip compression

2008-08-11 Thread John Campbell
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://ht

[nyphp-talk] Compress interface pages using gzip compression

2008-08-11 Thread paul
Is there a simple way to compress my interface pages using gzip compression. My content is generated from PHP5 scripts? I installed mod_deflate. Environment: Linux Apache2.2 PHP 5.2.x Paul Yurt www.mastermoz.com Make the Internet Work for Yo

[nyphp-talk] Compress interface pages using gzip compression

2008-08-11 Thread paul
Is there a simple way to compress my interface pages using gzip compression. My content is generated from PHP5 scripts? I installed mod_deflate. Environment: Linux Apache2.2 PHP 5.2.x Paul Yurt www.mastermoz.com Make the Internet Work for Yo

[nyphp-talk] Compress interface pages using gzip compression

2008-08-11 Thread pyurt
Is there a simple way to compress my interface pages using gzip compression. My content is generated from PHP5 scripts? I installed mod_deflate. Environment: Linux Apache2.2 PHP 5.2.x Paul Yurt www.mastermoz.com Make the Internet Work for Yo