I need to force all requests regardless of what they are to index.html. Unfortunately everything I have tried has not worked properly.
The following seems to me like it should work but it doesn't. My understanding is that it is saying for anything that doesn't end in /index.html to actually request the index.html file.
Redirect 302 !^/index.html http://www.example.com/index.html
Any help/clarification would be greatly appreciated.