Okay, with all of your help I believe I have been able to piece
together a solution that will work for me. Thank you everyone for your
help, it was greatly appreciated.

On Dec 10, 1:48 pm, "Jon Bennett" <[EMAIL PROTECTED]> wrote:
> > you could use a .htaccess file to achieve this
>
> I have the following in /app/webroot/.htaccess
>
> <ifmodule mod_gzip.c>
> mod_gzip_on       Yes
> mod_gzip_dechunk  Yes
> mod_gzip_item_include file      \.(html?|txt|css|js|php|pl|jpg|png|gif)$
> mod_gzip_item_include handler   ^cgi-script$
> mod_gzip_item_include mime      ^text/.*
> mod_gzip_item_include mime      ^application/x-javascript.*
> mod_gzip_item_exclude mime      ^image/.*
> mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
> </ifmodule>
>
> hth
>
> jon
>
> --
>
> jon bennett
> w:http://www.jben.net/
> iChat (AIM): jbendotnet Skype: jon-bennett
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to