How can I redirect the URL from an older site to a newer site that is being turned on at a different site.

We have an older site that was updated in a different group. How can we easily redirect the old URL to the newer site?

Parents Reply
  • Former Member
    0 Former Member in reply to oloera

    That case isn't covered by the redirect subsystem. A couple options for workarounds:

    • Modify the old custom page with a message that the content has moved, and include links to both new pages.
    • Create a custom widget that utilizes core_v2_page.Redirect - however, this is only a 302 redirect, not a 301, as it is client-side.
Children