Client Login

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?

Add to Favourites Add to Favourites

Print this Article Print this Article

Also Read