can you see what the network is doing? you dont need fiddler u can just use chrome: as an example type 'google.com' into the browser and then the first response is a 302
On Wed, Jul 27, 2016 at 7:59 AM, Greg Keogh <gfke...@gmail.com> wrote: > Folks, on 2008R2 IIS I have to redirect/rewrite all incoming requests for: > > http://www.oldsite.com/anything > > to > > http://www.newsite.com/anything > > But despite stuffing around and around I can't find any URL Rewrite rule > that does this *silently* so the visitor only see newsite.com. A redirect > rule works, but they see oldsite.com in the address bar. Is there some > rule I'm forgetting, or is there some other trick? > > *Greg* >