default MIME type in .htaccess

git-svn-id: file:///home/shish/svn/shimmie2/trunk@209 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2007-07-01 18:45:59 +00:00
parent d3aa734e9d
commit a917073fee

View file

@ -16,6 +16,8 @@ RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?q=$1&%{QUERY_STRING} [L]
</IfModule>
DefaultType image/jpeg
php_flag register_globals 0
php_flag magic_quotes_gpc 0
php_flag magic_quotes_runtime 0