Re: Web site- DNS-Zone-Alias.
- From: "Ace Fekay [MVP]" <PleaseSubstituteMyActualFirstName&LastNameHere@xxxxxxxxxxx>
- Date: Wed, 10 Aug 2005 23:39:13 -0400
In news:B0BE1C87-C17B-4A2B-AFEB-8AA694BD231A@xxxxxxxxxxxxx,
Conley <Conley@xxxxxxxxxxxxxxxxxxxxxxxxx> made this post, which I then
commented about below:
> The IP address of mydomain1.com's site is some kind of shared IP.
> When you try to go to the web site by just using the IP it will not
> bring it up. I guess it will only show mydomain1.com's site if it is
> requested from www.mydomain1.com. I need to find out a way to
> redirect to this site. Thanks
>
Conley,
Do you have access to the webservers? If so, you can use a redirect on each
in the website properties.
Or i you don't have access to that, you can configure an asp redirect for
mydomain2.com and mydomain3.com. To do that, open notepad, enter this data:
<% response.redirect("https://www.mydomain1.com")%>
and then save it as default.asp. Copy it to the default web root location.
Make sure the web server for www.mydomain2.com and www.mydomain3.com are set
to use default.asp as the default page.
--
Regards,
Ace
Please direct all replies ONLY to the Microsoft public newsgroups
so all can benefit.
This posting is provided "AS-IS" with no warranties or guarantees
and confers no rights.
Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
Microsoft Windows MVP - Windows Server - Directory Services
Infinite Diversities in Infinite Combinations.
=================================
.
- Follow-Ups:
- Re: Web site- DNS-Zone-Alias.
- From: Conley
- Re: Web site- DNS-Zone-Alias.
- References:
- Web site- DNS-Zone-Alias.
- From: Conley
- Re: Web site- DNS-Zone-Alias.
- From: Doug Sherman [MVP]
- Re: Web site- DNS-Zone-Alias.
- From: Conley
- Web site- DNS-Zone-Alias.
- Prev by Date: Re: DNS Disappears- Intermittently
- Next by Date: Re: Subnetted Reverse Lookup
- Previous by thread: Re: Web site- DNS-Zone-Alias.
- Next by thread: Re: Web site- DNS-Zone-Alias.
- Index(es):
Relevant Pages
|