View Full Version : MIME types
lord_havoc
09-24-2007, 10:40 PM
How do I add a MIME type so my server can read .xspf files?
thetestingsite
09-24-2007, 10:52 PM
If you are running Apache, you could use .htaccess for this:
AddType application/xspf+xml .xspf
Hope this helps.
lord_havoc
09-24-2007, 11:24 PM
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, 03:45 PM
You may have to do an AddHandler instead; not 100% though.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.