18 Apr
2005
18 Apr
'05
4:27 a.m.
Hi there, Internet Explorer can not open *.zip files served by Zope. I use apache 2.49 and mod_deflate on Linux (Suse 9.1/2) I use the following rule to supress compression: # Don't compress images, java scripts and style sheets
#_robert_ pdf, gz hinzugeuegt SetEnvIfNoCase Request_URI \ \.(?:gif|jpe?g|png|js|css|pdf|gz|zip)$ no-gzip dont-vary
This helps for pdf but not for zip files. The zip files load fine if I get ther directly from zope (by using a port number in the url) thanks for any hints Robert