RewriteEngine ON
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .* index.php?$1 [L,QSA]