05-21-07 06:22 AM
Hi Sebastian,
Many thanks for you kind help!
I have done according to your introduction and it works too. Very excited!
But, there is a little delay before it redirect to the portal from the index
.html.
I tried to access the http://hostname/wps/portal directly and it is much mor
e quick than redirect from index.html.
And, I tried to redirect to http://www.yahoo.com from the index.html and it
is very quick too.
How to remove the delay? Thanks!
BTW, I redirect by the following index.html:
<html>
<HEAD>
<TITLE>WELCOME</TITLE>
<meta http-equiv="Refresh" content="0;url=http://hostname/wps/portal">
</HEAD>
<body>
</body>
</html>
[ Post a follow-up to this message ]
|