Ask a Question related to ASP, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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,...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default Re: Domain transition

    "John Hoge" <jhoge123@yahoo.com> wrote :
    > 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?
    Change the default.asp page to redirect, as you suggest. Then delete the
    rest of the old site and change the 404 error page to be default.asp.

    Drew


    DrewM Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139