Quote from: sottwell at Aug 23, 2009, 05:58 PM
You can just add a line to the .htaccess in the Manager turning off the zip feature there, leaving it for the main site.
Sorry to be dumb but how do I turn off the zip feature for the manager?
And then I got off my arse and followed the link, to find the solution:
Put this into the /manager/.htaccess file:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
# For unexpected logouts in multi-server/cloud environments see:
#
http://svn.modxcms.com/docs/display/MODx096/Friendly+URL+Solutions
RewriteEngine Off
php_flag zlib.output_compression Off
<IfModule mod_security.c>
# Turn the filtering engine Off
SecFilterEngine Off
</IfModule>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Thanks a million for the help guys.