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 f
> you could use a .htaccess file to achieve this
I have the following in /app/webroot/.htaccess
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
you could use a.htaccess file to achieve this
Marc Grabanski's Asset Mapper includes instructions for setting this up
(optionally you may choose to use the AssetMapper in full)
http://bakery.cakephp.org/articles/view/asset-mapper
2008/12/10 Arak Tai'Roth <[EMAIL PROTECTED]>
>
> Where should I b
Where should I be putting this file if I want it to work on everything
that is passed in my site?
And how I would I go about compressing images as well (gif, jpeg, and
png)? Or is it that not recommended?
On Dec 10, 8:44 am, Reggie Mason <[EMAIL PROTECTED]> wrote:
> I have this in a Directory bl
I have this in a Directory block in my httpd.conf. It uses
mod_deflate
AddOutputFilterByType DEFLATE text/html text/plain \
text/javascript application/x-javascript text/
css
>From howtoforge - http://www.howtoforge.com/apache2_mod_deflate
-ReggieB
On
Is anybody able to help me with this?
I've seen other ways of doing Gzip, such as mod_gzip, but I'm not sure
if those ways gzip javascript files as well or just delivered html. So
if there is a better way to do this then I am doing, please let me
know.
On Dec 9, 3:58 pm, "Arak Tai'Roth" <[EMAIL