hi.
i'm in the process of moving my iis website to azure. as a result of that, for parts of my content, I need to redirect users to a different server. what I would like to archive is the following:
every request that goes to
http.//www.die.de/blogs/tw/WHATERVER_IS_HERE
should instead go to
http://myblogs,azurewebsites.net/tw/WHATEVER_IS_HERE
Is this even possible with the rewrite module? Could someone provide an example? I tried a _lot_ of examples today, but can't even get it to work for the simplest things I tried...
I also tried http-redirect instead of the urlwrite, but when doing so, I always got 404s (for requests to resources that aren't really on the server). maybe http-redirect is the right thing to do and I need to get this working?
WM_THX
-thomas woelfer