Article
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>
Disclaimer: As with everything else at Cool Solutions, this content is definitely not supported by Novell (so don't even think of calling Support if you try something and it blows up).
It was contributed by a community member and is published "as is." It seems to have worked for at least one person, and might work for you. But please be sure to test, test, test before you do anything drastic with it.
Related Articles
User Comments
- Be the first to comment! To leave a comment you need to Login or Register
- 3165 reads


0