|
Home > Archive > Microsoft Content Management Server > April 2004 > Redirecting
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]
|
|
| Goodish 2004-04-28, 9:35 pm |
| Hi,
Let's say i have the following channel structure:
XYZ (channel)
- Home (channel)
- Welcome (page)
- About Us (channel)
- People (page)
- Contact (channel)
and say when the user enters the link http://xxx/XYZ,
is it possible to redirect them to the
http://xxx/XYZ/Home/Welcome page?
Thanks,
Goodish
| |
| Stefan [MSFT] 2004-04-28, 10:35 pm |
| Hi Goodish,
yes by adding a channel renderings script to the XYZ channel.
I would suggest to use a flexible script that uses a custom channel property
to identify the destination of the redirect.
This makes reusability easier and allows redirect to other locations without
recompile.
Cheers,
Stefan.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Goodish" <anonymous@discussions.microsoft.com> wrote in message
news:5bfe01c42d8b$0bafc830$a301280a@phx.gbl...
> Hi,
>
> Let's say i have the following channel structure:
>
> XYZ (channel)
> - Home (channel)
> - Welcome (page)
> - About Us (channel)
> - People (page)
> - Contact (channel)
>
> and say when the user enters the link http://xxx/XYZ,
> is it possible to redirect them to the
> http://xxx/XYZ/Home/Welcome page?
>
> Thanks,
> Goodish
>
|
|
|
|
|