diff --git a/.htaccess b/.htaccess index f3616c64..d228bfe6 100644 --- a/.htaccess +++ b/.htaccess @@ -16,6 +16,8 @@ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php?q=$1&%{QUERY_STRING} [L] +DefaultType image/jpeg + php_flag register_globals 0 php_flag magic_quotes_gpc 0 php_flag magic_quotes_runtime 0