View Full Version : MIME types
lord_havoc
09-24-2007, 11:40 PM
How do I add a MIME type so my server can read .xspf files?
thetestingsite
09-24-2007, 11:52 PM
If you are running Apache, you could use .htaccess for this:
AddType application/xspf+xml .xspf
Hope this helps.
lord_havoc
09-25-2007, 12:24 AM
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
thetestingsite
09-25-2007, 04:45 PM
You may have to do an AddHandler instead; not 100% though.
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.