MIME Types
Some host servers may not be setup to handle specific file types such as mp3 or swf files.
Using htaccess can fix this oversight. This oversight may actually be on purpose though, so check with the host administrator before doing this.
Add Type application/ x-shockwave-flash swf
AddType specified you are adding a new mime type (file type). application/ x-shockwave-flash is the actual mime parameter specs. swf is the extension of the file type.
In the above example, we are showing how to add an SWF file which is a Shock Wave Flash file.
Article by David Stanley. Visit his site http://www.htmlite.com. Reprinted with permission.
You can reprint this article (if not stated otherwise above) on your website or publication with notice "Reprinted from Zongoo! Computers".
|