Redirecting to the WebAccess Site
Novell Cool Solutions: Tip
By Arjan Anthonisse
Reader Rating
from 2 ratings
|
Digg This -
Slashdot This
Posted: 11 Sep 2007 |
Problem
A Forum reader recently asked:
"To access WebAccess it's necessary to type the following URL:
removethiswwebmail.hostname/gw/webacc
However, if I leave off the folders, the URL resolves to the OES Welcome screen. How do I change this to give a "server not found" message, or similar? Better yet, how can I make to go to my WebAccess site without needing the gw/webacc?"
And here's the response from Arjan Anthonisse ...
Solution
I replaced the index.html with this redirect page:
<html>
<head>
<script language="JavaScript">
</script>
<script language="JavaScript1.1">
</script>
</head>
<meta http-equiv="refresh" content="1;url=/gw/webacc" target="top">
<body bgcolor="white" marginwidth="0" marginheight="0"
leftmargin="0" topmargin="0" onLoad="doRedirect()">
</body>
</html>
Novell Cool Solutions (corporate web communities) are produced by WebWise Solutions. www.webwiseone.com
