DeZ_666
04-14-2007, 04:25 PM
i run an apache 2.0.59 server with php 5.2.1
i have a flash on my site that plays songs and has options to download the songs
when i try downloading the songs from my site, they open up in internet explorer with Quicktime and play.
how do i make them download, with a MIME type? (or some other way)
i tried using
<Files *.mp3>
ForceType application/octet-stream
Header set Content-Disposition attachment
</Files>
but it didnt seem to work...i put that code in a .htaccess in the folder with all the music
i have a flash on my site that plays songs and has options to download the songs
when i try downloading the songs from my site, they open up in internet explorer with Quicktime and play.
how do i make them download, with a MIME type? (or some other way)
i tried using
<Files *.mp3>
ForceType application/octet-stream
Header set Content-Disposition attachment
</Files>
but it didnt seem to work...i put that code in a .htaccess in the folder with all the music