|
Home > Archive > IIS Server > August 2004 > redirection question
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
redirection question
|
|
| Chris Hayes 2004-08-27, 6:19 pm |
| Is there a way to set up redirection to perform like the scenario below,
without having to set redirection location on each and every object on a
site in IIS (cause that'd be a real pain)?
somereallyoldsite.com/news/story.html needs to redirect to the the brand new
site with but with the same resource... the desired end result is:
ourreallynewgreatsite.com/news/story.html
Or is there a product out there that will help?
Does this make sense?
Thanks for any help or insight,
Chris
| |
| Louis Solomon [SteelBytes] 2004-08-28, 2:48 am |
| yes, IIS can does this fine.
play with the 'a redirection to a URL' option on the Home Directory page
--
Louis Solomon
www.steelbytes.com
"Chris Hayes" <cp.hayes@no.spam.sbcglobal.net> wrote in message
news:eJb6yBIjEHA.2992@TK2MSFTNGP12.phx.gbl...
> Is there a way to set up redirection to perform like the scenario below,
> without having to set redirection location on each and every object on a
> site in IIS (cause that'd be a real pain)?
>
> somereallyoldsite.com/news/story.html needs to redirect to the the brand
> new
> site with but with the same resource... the desired end result is:
> ourreallynewgreatsite.com/news/story.html
>
> Or is there a product out there that will help?
>
> Does this make sense?
>
> Thanks for any help or insight,
>
> Chris
>
>
| |
| Chris Hayes 2004-08-28, 2:48 am |
| Greetings all,
I've found a way to accomplish this...
It was surprisingly simple...setting a custom 404 redirect asp page with
only a line or two of ASP script.
Chris
"Chris Hayes" <cp.hayes@no.spam.sbcglobal.net> wrote in message
news:eJb6yBIjEHA.2992@TK2MSFTNGP12.phx.gbl...
> Is there a way to set up redirection to perform like the scenario below,
> without having to set redirection location on each and every object on a
> site in IIS (cause that'd be a real pain)?
>
> somereallyoldsite.com/news/story.html needs to redirect to the the brand
new
> site with but with the same resource... the desired end result is:
> ourreallynewgreatsite.com/news/story.html
>
> Or is there a product out there that will help?
>
> Does this make sense?
>
> Thanks for any help or insight,
>
> Chris
>
>
| |
| Chris Hayes 2004-08-28, 2:48 am |
| Thanks Louis,
I've found a way to accomplish my assigned objective with an ASP page.
I was really surprised at how easy it was.
I do appreciate your help,
Chris
"Louis Solomon [SteelBytes]" <louis@steelbytes.spam-is-bad.com> wrote in
message news:%23ff9FtLjEHA.2580@TK2MSFTNGP10.phx.gbl...
> yes, IIS can does this fine.
>
> play with the 'a redirection to a URL' option on the Home Directory page
>
> --
> Louis Solomon
> www.steelbytes.com
>
>
> "Chris Hayes" <cp.hayes@no.spam.sbcglobal.net> wrote in message
> news:eJb6yBIjEHA.2992@TK2MSFTNGP12.phx.gbl...
>
>
| |
| Kristofer Gafvert 2004-08-28, 3:18 pm |
| Hello,
This is possible with the IIS redirection. Please see the Redirect Reference
for examples and instructions:
http://www.microsoft.com/resources/...e_redirect.mspx
--
Regards,
Kristofer Gafvert
http://www.ilopia.com
"Chris Hayes" <cp.hayes@no.spam.sbcglobal.net> wrote in message
news:eJb6yBIjEHA.2992@TK2MSFTNGP12.phx.gbl...
> Is there a way to set up redirection to perform like the scenario below,
> without having to set redirection location on each and every object on a
> site in IIS (cause that'd be a real pain)?
>
> somereallyoldsite.com/news/story.html needs to redirect to the the brand
new
> site with but with the same resource... the desired end result is:
> ourreallynewgreatsite.com/news/story.html
>
> Or is there a product out there that will help?
>
> Does this make sense?
>
> Thanks for any help or insight,
>
> Chris
>
>
|
|
|
|
|