Redirect 301 - Apache to index.html
To redirect use the following code in the HEAD section:
<meta http-equiv="refresh" content="0; url=http://example.com/" /><p><a href="http://example.com/">Redirect</a></p>RedirectAfter the links have been set up use:
./path/to/apache2 configure -x./path/to/apache2 restartLast updated