Environment
Novell GroupWise 8
Open Enterprise Server 2 (Linux based)
SuSE Linux Enterprise Server
Microsoft Windows Server 2003/2008
Situation
Purpose:
To auto redirect Apache default page to WebAccess login page
Resolution
For Windows/SLES/OES Linux
- Create a file named index.html in the document root directory of IIS/Apache webserver.
- Add the following lines to index.html
<html>
<head>
<meta HTTP-EQUIV="REFRESH" content="0; url=http://DNS_NAME_SERVER/gw/webacc">
</head>
</html> - Save the file and restart the web server.
Default document root directory for IIS on Windows is c:\wwwroot\inetpub and for Apache on OES/SLES Linux is /srv/www/htdocs.