static resources not found when mod_rewrite

This do the trick:

RewriteRule ^(.+)/js/(.+)$ /js/$2 [L]
RewriteRule ^(.+)/css/(.+)$ /css/$2 [L]