Re: redirect web url to new ip address but keep the www.sitename.com i
am 31.03.2008 22:21:35 von Kristofer GafvertYou can keep the domain name in the URL bar by using frames. But it will not
solve your problem, because the browser still knows that you are using the
IP address and not domain name. All you really accomplish is to hide the IP
address for the user.
When changing web server (or ip address), always keep both servers running
for some time. DNS changes will not propogate to all "local" DNS servers
immediately.
--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info
"Chris Meehan"
news:F6280C9A-C769-4172-B5B1-B1D82EBA6A99@microsoft.com...
> We are moving a webiste to a new physical location and public ip address.
> We
> have a request in with the DNS provider to modify the host records to
> point
> the url to the new website, which may take some time.
>
> We also put a redirect page in that is redirecting the website to the new
> ip
> address which is working however, the site is running SSL and because the
> IP
> address is showing up in the URL and not the domain name, IE 7 is throwing
> up
> an error about the certificate. We confirmed with the certificate
> authority
> that this because the site is being accessed by the ip and not the comman
> name which is on the certificate.
>
> My question is; with IIS 6 or with any type of code, can you redirect
> external web requests to a different IP but keep the domain name in the
> url
> bar?
>
> I am not a programmer or web developer so forgive me if this is a simple
> fix. I will try to answer any questions that I can as well. Thanks for any
> quick replies.
>
> Chris