Hi,
i am using apache 3.14 with redhat 6.2. Some of our users have difficutly
to download the attachment using MSIE. After some checking we found out that
there are 2 versions of MSIE that faced this kind of problem.
1) MSIE 4.0 (version 4.7623 sp1) - when user try to save the document the
name and file type is totally different from original name. Let say the file
that they are supposed to download is abc.doc. When they try to save it the
name has changed to ahdgsdf and file type is .document.
2) MSIE 5.50 (version 5.50.4522.1800 sp1) - when user try to save the
document the filename appear to be sqwebmail and file type is html.
by the way i've made all the changes to my apache configuration and tweak it
according to instruction from INSTALL file such as
browsermatch "MSIE [4.0]" nokeepalive downgrade-1.0 force-response-1.0
browsermatch "MSIE [4.01]" nokeepalive downgrade-1.0 force-response-1.0
browsermatch "MSIE [5.0]" nokeepalive downgrade-1.0 force-response-1.0
browsermatch "MSIE [5.01]" nokeepalive downgrade-1.0 force-response-1.0
browsermatch "MSIE [5.50]" nokeepalive downgrade-1.0 force-response-1.0
am i doing the right thing here ? or i have to be specific with the version
of ie ? or do i have to change something ?
thanks. :)