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:
parent
d3aa734e9d
commit
a917073fee
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue