If your server is not setup to deliver certain file types properly, commonly with MP3 or even SWF files. You can use MIME type.
AddType application/x-shockwave-flash swf
AddType is specifying that you are adding a MIME type. The application string is the actual parameter of the MIME you are adding, and the final little bit is the default extension for the MIME type you just added, in our example this is swf for ShockWave File.








Reply With Quote
Bookmarks