Metti questo blocco all'inizio del file .htaccess o listato per il rewrite
codice:
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . - [L]
non fa assolutamente nulla, se non dire ad apache che non deve considerare le rule seguenti se una delle 2 cond è soddisfatta