Feng Forum

Support => Feng Office 1 => Older versions => 1.4 final => : Thomas May 31, 2009, 10:40:14 PM

: Internet Explorer cannot download index.php from mydomain.com
: Thomas May 31, 2009, 10:40:14 PM
In downloading Office (powerpoint, etc.) files in OpenGoo (over SSL, not sure if this matters) in Internet Explorer 8, and we get the following message:

..."Internet Explorer cannot download index.php from mydomain.com"...

It works perfectly fine in Firefox 3.0.10. I can do some testing if needed, let me know.

We are using Version 1.4.1.

Any suggestions?

: Re: Internet Explorer cannot download index.php from mydomain.com
: werner.wuerfel June 01, 2009, 05:03:12 AM
Hi Thomas,

OpenGoo works mutch better with Firefox3 then with IE (Version 6-8).

If it is possibly use Firefox3 for the work with OpenGoo.

Greats
Werner Wuerfel
: Re: Internet Explorer cannot download index.php from mydomain.com
: alvarotm01 June 01, 2009, 09:54:18 AM
Does this happen with every file, or only with these office documents ?
: Re: Internet Explorer cannot download index.php from mydomain.com
: andy.loh June 09, 2009, 07:08:22 AM
I had the similar problem. Any solutions?
: Re: Internet Explorer cannot download index.php from mydomain.com
: tjwallace July 30, 2009, 01:02:51 PM
http://support.microsoft.com/kb/323308

http://support.microsoft.com/kb/316431

I'm still trying to get this working as well.

EDIT: Also tried this http://alexking.org/blog/2004/11/03/workaround-for-iessl-problem with no luck
: Re: Internet Explorer cannot download index.php from mydomain.com
: tjwallace July 30, 2009, 04:39:11 PM
Got it working, just follow these steps...

1. Run sudo a2enmod Headers to make sure the Headers module is enabled.
2. Edit /etc/apache2/site-enabled/default-ssl and add the following after the <Directory …>…</Directory> code block
:
<Files index.php>
     Header unset Pragma
     Header unset Cache-Control
</Files>
3. Restart apache with sudo /etc/init.d/apache2 restart

This was done with a Ubuntu 9.04 server
: Re: Internet Explorer cannot download index.php from mydomain.com
: ignacio August 03, 2009, 05:51:14 PM
Can you explain what this does? Is there anything we can do on the application to avoid this issue (like sending some headers when downloading a file)?

You can see which headers we are sending for downloads on 'environment/function/files.php' line 329 onwards.

Thanks.
: Re: Internet Explorer cannot download index.php from mydomain.com
: tjwallace August 04, 2009, 12:46:28 AM
Can you explain what this does? Is there anything we can do on the application to avoid this issue (like sending some headers when downloading a file)?

You can see which headers we are sending for downloads on 'environment/function/files.php' line 329 onwards.

Thanks.
Basically when a user requests to download a file, the PHP script cannot set the "Pragma" or "Cache-Control" headers, otherwise IE won't accept it.
: Re: Internet Explorer cannot download index.php from mydomain.com
: interjinn February 07, 2010, 06:31:37 AM
See my solution for this issue here:

    http://forums.fengoffice.com/index.php?topic=2242.0 (http://forums.fengoffice.com/index.php?topic=2242.0)

I have tested this to work in IE6, 7, and 8.

Cheers,
Rob.