Can someone provide me with an optimize .htaccess configuration that handles compression, browser caching, proxy caching, etc. for a typical website?
Aside from my visitors, I'm also trying to make Google PageSpeed happy. I wanna use caching and gzip compression through .htaccess plz help me about it's code!
i want to cache icon,pdf,flv,jpg,png,gif,js,css,swf fiels for long time
i want to cache xml,txt files for 2 Days
i want to cache html files for 2 Days
and i wanna compress my html,txt,css,js,php files because those have large file size and is
there any way to gzip images by htaccess ?!
gzipis not of much interest, as GIF, JPEG or PNG are already compressed formats. Compressing them would just be a loss of CPU ressource on your server, without any gain in bandwidth. – Creadiff Jul 17 '11 at 14:47