Or if you're hosting multiple virtual domains, create default.asp as
follows:

<%
Dim ServerName

ServerName = Request.ServerVariables("Server_Name")
response.redirect("http://"; & ServerName & ":8383")
%>

----- Original Message -----
From: "Mike" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 25, 2002 11:51 AM
Subject: Re: [IMail Forum] IIS redirect


> try using the full URL instead of *;*;:8383.  for example, use
> http://myserver.com:8383
>
>
>
>
> ----- Original Message -----
> From: "Andrey Fyodorov" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, November 25, 2002 10:23 AM
> Subject: [IMail Forum] IIS redirect
>
>
> Hey all. I wonder if anyone could help me figure this out.
>
> Someone mentioned running Imail Web Messaging on port 8383 and IIS on port
> 80 and have IIS redirect calls to port 8383.
>
> I am trying to configure a redirect using the IIS Admin interface.
>
> I go to iisstart.asp, right-click and click Properties.
>
> There I select "A redirection to URL" and type
>
> *;*;:8383
>
> But it does not quite work.
>
> When I go to http://imailserver, I get redirected to
> http://imailserver/:8383
>
> The dumb thing sticks the slash in the middle.
>
>
> My goal is to have a redirection that would preserve the URL that a
customer
> types in and then would append :8383
>
> To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
> List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
> Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
> ---
> [This E-mail scanned for viruses by Declude Virus]
>
>
>
> ---
> [This E-mail scanned for viruses by Declude Virus]
>
>
> To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
> List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
> Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

Reply via email to