Apache 2 and IE

dave6901_2000

Verified User
Joined
Oct 24, 2004
Messages
21
Just setup Running Centos5 and Apache2
I am having some problems with internet explorer on my site
I am running a VB board and Shoutbox
What is happening is anyone using IE recieves a 404 error in the shoutbox approx every 20 minutes
Also Some reports now that siging in also with IE is giving some errors
My Other problem was that when they would download files in ie it would say that they were no good and corrupt but in firefox all was good
same thing for the shoutbox error if they are useing Firefox all is good
Anyone ever have this problem ??
 
Last edited:
I made a change to /etc/httpd/conf/extra/httpd-deflate.conf
I changed:
# MSIE masquerades as Netscape, but it is fine
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
To:
# MSIE masquerades as Netscape, but it is fine
#BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
BrowserMatch \bMSIE no-gzip

It worked successfully for me in IE6, IE7 and FireFox.

Not sure if it is a solid solution but has been working flawlessly since i made these changes
 
I'll popup this thread about the internet explorer problem.
I found a fix wich is :
http://www.directadmin.com/forum/showpost.php?p=125975&postcount=8

but it didnt worked for me...

Anyone have other solution ?
wasskun, the thread you refer to has nothing to do with the problem in this thread so we don't even know to which problem you refer. If you're referring to the problem in this thread, then try dave6901_2000's solution; if you're referring to the problem in the thread to which you point, then post in that thread.

Jeff
 
Back
Top