I have a large list with redirected url's and need a global rule for url's with languages. For example. All /fr/ .jsp files i need to redirect to /fr/ and all /es/ files with extension .jsp to /es, i tried so with help from other stackoverflow topics but this don't work:
RewriteCond %{QUERY_STRING} ^/es/*.jsp$
RewriteRule ^es/$ /es [R=301,L]