[thelist] M3U, Tiger and Safari

Rick den Haan rick.denhaan at gmail.com
Tue Jan 24 19:04:07 CST 2006


On 1/24/06, Chris Hayes <chris at lwcdial.net> wrote:
>
> Looking good.
>
> I'm thinking the mime type is not enough to tell Safari-iTunes it's an M3U
> file.  So I have been hinting to the server admin we might rename file.cfm
> to file.m3u and tell the server to handle m3u's as CFMs.  It's a bit
> heavy-handed.
>

Chris,

Couldn't you use a .htaccess file to do that? Note: .htaccess redirect isn't
something I use frequently, the following is something minimally altered
straight out of Google:

RedirectMatch (.*)\.m3u$ http://www.example.com$1.cfm

HTH,

Rick.



More information about the thelist mailing list