Web Sites - Redirect from one webpage to another

/var/www/html/index.html
<head>
  <meta http-equiv="refresh" content="0; url=http://some/other/destination/" />
</head>

NOTE: If someone visits http://server it will automatically redirect the user to http://some/other/destination/.