FeelLikeANut
12-20-2008, 08:14 AM
I have a weird problem I can't figure out. I'm trying to enable Apache's deflating module.
I uncommented the LoadModule for mod_deflate, and in my web-root htaccess I added:
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/javascript application/javascript
The weird part is this works perfectly find on my laptop, but from my desktop, where I host sites, it doesn't. Both have the same version of Apache. I can't figure out why one works and the other doesn't. Has anyone encountered this problem before and recognize what the problem is?
I uncommented the LoadModule for mod_deflate, and in my web-root htaccess I added:
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/javascript application/javascript
The weird part is this works perfectly find on my laptop, but from my desktop, where I host sites, it doesn't. Both have the same version of Apache. I can't figure out why one works and the other doesn't. Has anyone encountered this problem before and recognize what the problem is?