Forum Moderators: coopster
On some pc's it won't download some documents.
The error I get is.
Internet Explorer cannot download docname from intranetInternet Explorer was not able to open this Internet site. The requested site is either unavalible or cannot be found. Please try again later.
Has anyone come across this before? Is this a php problem, apache or just IE making a dogs dinner of it. Thanks
fintan.
What does your code do? I'm assuming this is not just a hyperlinked document, but one that you are reading and pushing to the browser? Are you running any form of content negotiation on your server?
I was all happy with my shinny new Intranet till this happened. There is only two includes on the page. Nothing fancy.
It's a plain install of apache2. No fancy config.
As for content negotiation software we use
redline for compression. Whatever way redline and ie are handling the headers there making a balls of it.
I was thinking first it was php untill I tried all the solutions on the php.net site then tried a plain html file.
Anyway the moral of the story is when ie isn't patched properly or has certain patches applied, it doesn't like redline. Have you come accross this before?
I'll often print out the HTTP headers during a request when I've been baffled by about every other possible solution I can throw at the issue. Try that. And if you can, test the application/script on a server without those headers to see if it makes a difference. If so, you start on the headers, one-by-one, until you nail down the issue.
As I said, every time I've run into this type of situation before it has been a MSIE standard issue, or lack thereof. The Apache developers recognized this and added Special Purpose Environment Variables [httpd.apache.org] and other tools for us to try and resolve the interoperability problems.