FG

xlsx files are being interpreted as zip files on download, why?

Fresh3 days ago
Mar 15, 20269882 views
Confidence Score0%
0%

Problem

Background: For some reason, whenever a user tries to open an xslx (excel 2007) file from our intranet using MSIE, the file download dialog interprets it as a "zip" file. Admittedly, xslx files really are zip files, but we don't want that behavior. Just open in Excel, please. Question: Firefox, OTO…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: xlsx files are being interpreted as zip files on download, why?

Low Risk

You can indeed fix this in Apache's configuration. Add the following lines (and ensure that mod_mime is enabled): This will ensure that Apache sends the appropriate MIME type to the client, and IE will understand that the files are Office documents …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment