Page 1 of 1

audio files loading in quick time

PostPosted: 17. July 2010 19:14
by Key
Hello, guys.

I have the following problem:

When someone come to download some .mp3 from my server, and then click on it, the page loads a quick time page for just listening.
I would like to know how can I disable that function and make the file a downloadable file.

Thanks for priori.
Bye.

Re: audio files loading in quick time

PostPosted: 18. July 2010 15:24
by JonB
You will need to change (turn off) the MIME type handling defined for .mp3.

http://httpd.apache.org/docs/2.2/mod/mod_mime.html

See the RemoveType directive. (it can be added to a .htaccess file for the folders where your mp3's are located - thus avoiding ugly mucking about with the server's configuration). I'm pretty sure this will do what you want.

Good Luck
8)