You are here: Portal Home > Knowledgebase > Htaccess > How do I do a rewrite instead of a 302 for missing pages?
Use something like this: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !index.html RewriteRule /* /index.html [L]
Was this answer helpful? Yes No
Add to Favourites Print this Article
Email
Password
Remember Me
Knowledgebase Downloads