Tagged Questions
4
votes
1answer
266 views
.htaccess and gzip compression
i have question about GZIP compression,
actualy my wordpress website doesn't have .htaccess to be able to use that feature, so can i create .htaccess file only for gzip, it won't change anything on ...
1
vote
1answer
343 views
how to best enable gzip compression on shared hosting
I must assume that this is a duplicate question, but I could not find the answer myself.
I want to enable gzip compression to everything my website sends (mostly php, css, a slight bit of js).
this ...
3
votes
1answer
862 views
Can I enable GZIP on Godaddy?
One of my sites lives on GoDaddy's bottom-of-the-line cheap hosting, I have the correct code in my .htaccess file, but it's not compressing because mod_deflate is not loaded.
How do I enable that?
...
1
vote
1answer
225 views
Gzip compress offline?
I've configured my site to serve compressed content by putting this line in .htaccess
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript text/css application/javascript ...