I have a site and I want to redirect everything to /index.html.
I'm replacing an old site so some visitors may try to access dead urls. How can I do this through .htaccess?
Also, is there a way to rewrite the url in the process so they just see http://www.example.com and not whatever they originally tried to access?
Thanks, Howie