Quite simple really...

With straight HTML (client side redirect):

<html>
<head>
<meta http-equiv="Refresh" content="0;url=http://www.whatever.com:8383">
</head>
<body>
</body>
</html>

or with ASP (server side redirect):

<%@Language=VBScript%>
<%
Response.Redirect "http://www.whatever.com:8383"
%>


Chris Stone, MCSE
WebConnects, Inc.
email: [EMAIL PROTECTED]
web: http://www.wcox.com
 

-----Original Message-----
From: Kevin Forte [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 28, 2001 2:10 PM
To: [EMAIL PROTECTED]
Subject: Re: [IMail Forum] Both port 80 and 8383


Chris,

could you post it to the group?

Kevin
----- Original Message -----
From: "Christopher Bone" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 28, 2001 2:42 PM
Subject: Re: [IMail Forum] Both port 80 and 8383


> I have my default web page on port 80 (IIS) auto-transfer the user to
8383
>
> ie
>
> if you load
>
> http://email.chartway.com
>
> then it automatically transfers to
>
> http://email.chartway.com:8383
>
> please let me know if you need the code of the 'index.htm' page on the
80
> port (IIS) to do the auto-transfer
>
> Chris
>
>
>
> Please visit http://www.ipswitch.com/support/mailing-lists.html
> to be removed from this list.
>
> An Archive of this list is available at:
> http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
>


Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/

Please visit http://www.ipswitch.com/support/mailing-lists.html
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/

Reply via email to