Ask a Question related to ASP, Design and Development.
-
John Hoge #1
Domain transition
I'm transitioning a site from domainX.com to domainY.com, and I want
to redirect all traffic from the old domain to the new. If I set up
domainX.com under IIS to "redirect to a URL" the browser does not
redirect to the new domain, so the user never knows of the change. I
can put a response.redirect in the default.asp page of the old site,
but that will not redirect deep links. Any clues?
Thanks,
John
John Hoge Guest
-
transition screens
When you use Orbitz or Hotwire, and you execute a search, a nice screen with adverts pops up while the search is conducted, and then you are taken... -
accessing IP/domain-authenticated user's IP/domain string programmatically?
When using IP or domain authentication, is it possible to access the IP address or domain name of the requestor, after authentication has occurred,... -
Transition from workgroup to domain
Thanks for the reply, Doug. We will uplink the router to the network switch and let the router manage NAT and DHCP. My understanding of managed... -
How to permit Domain User in AD domain install software on his/her machine?
Hello, I have AD domain and 100 users, 15 of them are developers. Developers need full control over their machines. They need to install... -
Can see www.<domain>.com but not <domain>.com after named setup
Good evening all, I am having a problem setting up named on RH9 linux box for an external domain. I have set up the various conf files (shown... -
Ray at #2
Re: Domain transition
Disable domainx.com in IIS or change it to domainy.com. Then setup a new
site and make it domainx.com. Give it no pages, and use a custom 404 for
that site to redirect to domainy.com.
Ray at work
"John Hoge" <jhoge123@yahoo.com> wrote in message
news:d0f2d316.0309150709.51e22e1c@posting.google.c om...> I'm transitioning a site from domainX.com to domainY.com, and I want
> to redirect all traffic from the old domain to the new. If I set up
> domainX.com under IIS to "redirect to a URL" the browser does not
> redirect to the new domain, so the user never knows of the change. I
> can put a response.redirect in the default.asp page of the old site,
> but that will not redirect deep links. Any clues?
>
> Thanks,
> John
Ray at Guest
-
DrewM #3
Re: Domain transition
"John Hoge" <jhoge123@yahoo.com> wrote :
Change the default.asp page to redirect, as you suggest. Then delete the> I'm transitioning a site from domainX.com to domainY.com, and I want
> to redirect all traffic from the old domain to the new. If I set up
> domainX.com under IIS to "redirect to a URL" the browser does not
> redirect to the new domain, so the user never knows of the change. I
> can put a response.redirect in the default.asp page of the old site,
> but that will not redirect deep links. Any clues?
rest of the old site and change the 404 error page to be default.asp.
Drew
DrewM Guest



Reply With Quote

