10
Tried many cms, but found out XOOPS is the best..installed it with all the suitable modules. just love XOOPS stuff...only problem is lot less module support and info.
It's time for me to contribute something to the XOOPS community.
I had similer problems, with most of the download modules.
Disable gzip compression in the XOOPS core i.e. in the systems module...i..e systems > general pref.> gzip "no"
But this really slows down if your host do not turn on gzip/zlib, to find out one can use the phpinfo() function..better yet, install XOOPS stat, and it will tell you in a nice format! if you got gzip turned on in php..
If not just add this line to your .htaccess file in the root folder of your site,
php_flag zlib.output_compression on
this is actually lot faster then XOOPS gzip..at least at my site ...http://www.itslbd.com/
Hope this helps...