Index: branches/5.0.x/tools/.htaccess =================================================================== diff -u -N -r12975 -r13200 --- branches/5.0.x/tools/.htaccess (.../.htaccess) (revision 12975) +++ branches/5.0.x/tools/.htaccess (.../.htaccess) (revision 13200) @@ -53,5 +53,5 @@ RewriteCond %{REQUEST_FILENAME}/ !-f RewriteCond %{REQUEST_FILENAME}/index.php !-f RewriteCond %{REQUEST_FILENAME}/index.html !-f -RewriteCond %{REQUEST_URI} !\.(gif|jpg|png|js|css|ico|swf)$ [NC] +RewriteCond %{REQUEST_URI} !\.(gif|jpg|png|bmp|js|css|ico|swf)$ [NC] RewriteRule ^(.*) index.php?rewrite=on&_mod_rw_url_=$1 [QSA] \ No newline at end of file