Pages

Monday, October 17, 2011

Openwebmail redirect


vim /var/www/index.html

<HTML><HEAD>
<TITLE>Auto-Redirect Page for Open Webmail</TITLE>
<meta http-equiv="Refresh" content="0; URL=http://192.168.1.1/cgi-bin/openwebmail/openwebmail.pl">
</HEAD><BODY>
</body>
</html>

2 comments:

  1. the same thing can be achieved by creating a soft link between openwebmail/index.html with openwebmail/redirect.html, right?

    ReplyDelete