Index: branches/5.1.x/.htaccess =================================================================== diff -u -N -r13392 -r13545 --- branches/5.1.x/.htaccess (.../.htaccess) (revision 13392) +++ branches/5.1.x/.htaccess (.../.htaccess) (revision 13545) @@ -47,5 +47,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