How to auto redirect Apache default page to WebAccess login page

  • 7005659
  • 06-Apr-2010
  • 30-Apr-2012

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
  1. Create a file named index.html in the document root directory of IIS/Apache webserver.
  2. Add the following lines to index.html
    <html>
    <head>
    <meta HTTP-EQUIV="REFRESH" content="0; url=http://DNS_NAME_SERVER/gw/webacc">
    </head>
    </html>
  3. Save the file and restart the web server.
(Note: Replace DNS_NAME_SERVER with the actual website name.)
 
Default document root directory for IIS on Windows is c:\wwwroot\inetpub and for Apache on OES/SLES Linux is /srv/www/htdocs.