How do I add a MIME type so my server can read .xspf files?
How do I add a MIME type so my server can read .xspf files?
If you are running Apache, you could use .htaccess for this:
Hope this helps.Code:AddType application/xspf+xml .xspf
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
well I found a tool to let me add MIME types on my CPanel but it still doesn't recognize it. it still says text/x-generix rather than application/xspf+xml
You may have to do an AddHandler instead; not 100% though.
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
Bookmarks