* note: this is a temporary solution, files that are no longer there should be removed permanently... or coded to send a http status code of 302 (moved permanently).
- Code: Select all
<html>
<head>
<script type="text/javascript">
<!--
location.replace("http://www.unl.edu/");
//-->
</script>
<noscript>
<meta http-equiv="refresh" content="0; URL=http://www.unl.edu/">
</noscript>
</head>
<body>
</body>
</html>
Just replace 'http://www.unl.edu/' with the correct URL.

