#Mimetypes file for serve
#Make sure this file is either at /etc/serve_mimetypes or is .mimetypes in the
# same directory as where serve runs (the document root)
#Put file extensions for index pages at the top lest index.jpg be served over
# index.html!
#Put commonly-used types at the top of a group to slightly improve lookup
# speeds; but keep the group structure for clarity.
#Files not recognised from the mimetype files are handled by libmagic.
#You will need to reload serve after editing this file.

#Index pages
/usr/bin/php-cgi php
/                cgi
text/html        html
text/html        htm

#Text
text/css        css
text/plain			txt
text/plain			c
text/plain		  h

#Images
image/png				png
image/jpeg			jpg
image/jpeg			jpeg
image/jpeg			jpe
image/x-xcf     xcf
image/tga       tga

#Other
application/x-shockwave-flash swf