<x-flowed>At 05:54 PM 1/28/01 +0100, [EMAIL PROTECTED] (Eric Wolzak) wrote:
> > Eric,
> > What was the extension of the file you're having the problem with?
> > I might need to add an AddType in .htaccess for it.
>it was .img  ( an uncompressed winimage file ), but i did the
>download not from the sourceforge site. I have the image still on
>my Homepage at t-online. Will be submitting it soon :)
>The image could also be renamed to .bin ( it's the same as the one
>you would get with dd.)  I just tested downloading an *.bin image
>with netscape and internet explorer and they are identical. So it is
>probably more a howto for the "dutch" developer than for the user ;)

Eric,
I know bin will work for images Netscape handles it properly. I've added 
some extensions to our .htaccess file to make sure other types of files 
download as binaries. Also, I'm not sure if the DefaultType override is 
working, but the AddType directive is. Do you know if the Apache AddType 
extensions are case sensitive?

The current .htaccess file in htdocs is:

DefaultType application/octet-stream
AddType application/octet-stream IMA
AddType application/octet-stream lrp
AddType application/octet-stream xcf
AddType application/octet-stream o

--
Mike Noyes <[EMAIL PROTECTED]>
http://leaf.sourceforge.net/


_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-devel
</x-flowed>

Reply via email to