How do I do a rewrite instead of a 302 for missing pages?

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !index.html
RewriteRule /* /index.html [L]