Hi,

I'm new to IIS on SBS 2003 and would like to do the following:

I have a domain for example called www.abcdef.com, I have changed the DNS on
our ISP to point to an external IP address on our SBS 2003 box.

I can browse to the box using the www.abcdef.com address, however, I would
like to access our web mail only for this address.

Questions:

How do redirect incomming requests on www.abcdef.com to
www.abcdef.com/exchange

Thanks

Mike

Re: IIS redirect by jeff

jeff
Sun Jun 19 08:22:42 CDT 2005

On Sun, 19 Jun 2005 11:19:20 +0100, "Mike R"
<news@mikeread.freeserve.co.uk> wrote:

>Hi,
>
>I'm new to IIS on SBS 2003 and would like to do the following:
>
>I have a domain for example called www.abcdef.com, I have changed the DNS on
>our ISP to point to an external IP address on our SBS 2003 box.
>
>I can browse to the box using the www.abcdef.com address, however, I would
>like to access our web mail only for this address.
>
>Questions:
>
>How do redirect incomming requests on www.abcdef.com to
>www.abcdef.com/exchange

One of the simplest methods would be a META-REFRESH tag on the default
page of the web site. That would allow you to easily reuse the WWW
host for a web site easily in the future. Alternatively, point the
home directory of your site to the Exchange folder instead of a folder
above it.

Personally, I'd use a second public IP for mail, and add a
mail.abcdef.com host in my DNS for this purpose. You could use a
redirect for the home directory until you wanted a web server, then
change the redirect to point to the home directory for a web site
later while retaining the mail.abcdef.com address.

Jeff

Re: IIS redirect by John

John
Mon Jun 20 08:58:42 CDT 2005

On Sun, 19 Jun 2005 11:19:20 +0100, "Mike R"
<news@mikeread.freeserve.co.uk> wrote:


>Hi,
>
>I'm new to IIS on SBS 2003 and would like to do the following:
>
>I have a domain for example called www.abcdef.com, I have changed the DNS on
>our ISP to point to an external IP address on our SBS 2003 box.
>
>I can browse to the box using the www.abcdef.com address, however, I would
>like to access our web mail only for this address.

In the MMC properties of the site there is a redirect option.

John Cesta

The CPU Checker - Monitors your CPU % while you sleep
LogFileManager - IIS LogFile Management Tool
WebPageChecker - Helps Maintain Server UpTime
DomainReportIt PRO - Helps Rebuild IIS
http://www.serverautomationtools.com
>
>Questions:
>
>How do redirect incomming requests on www.abcdef.com to
>www.abcdef.com/exchange
>
>Thanks
>
>Mike
>


Re: IIS redirect by Mike

Mike
Tue Jun 21 02:41:03 CDT 2005




"Jeff Cochran" <jeff.nospam@zina.com> wrote in message
news:42b57076.209421281@msnews.microsoft.com...
> On Sun, 19 Jun 2005 11:19:20 +0100, "Mike R"
> <news@mikeread.freeserve.co.uk> wrote:
>
>>Hi,
>>
>>I'm new to IIS on SBS 2003 and would like to do the following:
>>
>>I have a domain for example called www.abcdef.com, I have changed the DNS
>>on
>>our ISP to point to an external IP address on our SBS 2003 box.
>>
>>I can browse to the box using the www.abcdef.com address, however, I would
>>like to access our web mail only for this address.
>>
>>Questions:
>>
>>How do redirect incomming requests on www.abcdef.com to
>>www.abcdef.com/exchange
>
> One of the simplest methods would be a META-REFRESH tag on the default
> page of the web site. That would allow you to easily reuse the WWW
> host for a web site easily in the future. Alternatively, point the
> home directory of your site to the Exchange folder instead of a folder
> above it.
>
> Personally, I'd use a second public IP for mail, and add a
> mail.abcdef.com host in my DNS for this purpose. You could use a
> redirect for the home directory until you wanted a web server, then
> change the redirect to point to the home directory for a web site
> later while retaining the mail.abcdef.com address.
>
> Jeff

thanks



Re: IIS redirect by Mike

Mike
Tue Jun 21 02:41:13 CDT 2005


"John Cesta" <lists@lookwww.com> wrote in message
news:uoidb1l7h3fbhfp3fqqtmccai0pdu90grk@4ax.com...
> On Sun, 19 Jun 2005 11:19:20 +0100, "Mike R"
> <news@mikeread.freeserve.co.uk> wrote:
>
>
>>Hi,
>>
>>I'm new to IIS on SBS 2003 and would like to do the following:
>>
>>I have a domain for example called www.abcdef.com, I have changed the DNS
>>on
>>our ISP to point to an external IP address on our SBS 2003 box.
>>
>>I can browse to the box using the www.abcdef.com address, however, I would
>>like to access our web mail only for this address.
>
> In the MMC properties of the site there is a redirect option.
>
> John Cesta
>
> The CPU Checker - Monitors your CPU % while you sleep
> LogFileManager - IIS LogFile Management Tool
> WebPageChecker - Helps Maintain Server UpTime
> DomainReportIt PRO - Helps Rebuild IIS
> http://www.serverautomationtools.com
>>
>>Questions:
>>
>>How do redirect incomming requests on www.abcdef.com to
>>www.abcdef.com/exchange
>>
>>Thanks
>>
>>Mike
>>
>

thanks