Well, I THINK it is enabled, (it says this in my php.ini )
and I have this code in my .htaccess
[/code]
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE application/x-javascript text/css text/html text/xml
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE image/jpg
</IfModule>
[/code]
My board is in a sub-directory http://www.leefish.nl/mybb/ and I have my .htaccess file in the mybb directory.
But the stupid page speed keeps saying they are not compressed
pagespeed output Wrote:[Score: 47/100]
▾
Enable compression
Compressing the following resources with gzip could reduce their transfer size by 125.8KiB (74% reduction).
* Compressing http://www.leefish.nl/mybb/jscripts/prot...http://www.leefish.nl/mybb/jscripts/prototype.j could save 76.8KiB (74% reduction).
* Compressing http://www.leefish.nl/mybb/css.php?stylesheet=65 could save 12.4KiB (77% reduction).
.......(and all the rest of my jscripts)