chemapresta Posted September 6, 2011 Share Posted September 6, 2011 I've made many things to enable gzip compresion in .htaccess but it doesn't work for me. Has anyone a step by step to make it, please ? This is what i have in .htaccess <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/gif "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType text/css "access plus 1 week" ExpiresByType text/javascript "access plus 1 week" ExpiresByType application/javascript "access plus 1 week" ExpiresByType application/x-javascript "access plus 1 week" ExpiresByType image/x-icon "access plus 1 year" </IfModule> FileETag INode MTime Size <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE text/javascript AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript </IfModule> Thaks Link to comment Share on other sites More sharing options...
chemapresta Posted September 6, 2011 Author Share Posted September 6, 2011 Up Link to comment Share on other sites More sharing options...
chemapresta Posted September 7, 2011 Author Share Posted September 7, 2011 No one knows how to solve it ? Thanks Link to comment Share on other sites More sharing options...
Recommended Posts