Download *.iso files

jca

Verified User
Joined
Oct 31, 2006
Messages
306
Location
Allen, TX
Hi, in my current Directadmin setup, whenever somebody tries to download a *.iso file, the file gets opened inside firefox instead of asking it to be saved.

I checked (via directadmin panel) the installed Mime types (searching for contains "iso" as extension) and it shows the following for server:

Code:
MimeType                    	Extensions
application/octet-stream	bin dms lha lzh exe class so dll img iso

Yet adding manually for the user the MineType:

Code:
application/octet-stream	iso

makes the *.iso files to start getting downloaded instead of loaded as text in the browser.

Any ideas of what can be the problem?

I'm running Apache 2.2.11 and the directadmin was installed using custombuild.

Thanks!

Jose
 
Seems like you fixed it if it starts getting downloaded.
 
Thanks smtalk, I downloaded the file to /etc/mime.types and /etc/httpd/conf/mime.types

It's now working, thanks a lot!

Jose
 
Back
Top