I am not sure your objectives:
2) redirect the browser to page 2 from page 1
-> Use a wblink or a redirect snippet (
phiRedirect works well)
3) forward page 1 to page 2 (in forward the URL will still say page 1)
-> Use the
sendForward api call (like is used for error pages)
Sorry for late response, was away, but the API sendForward call is doing what I want: a request for page 1 delivers page 2. Page 1 is an existing home page, where is the right place to add this call? Wrap it in a snippet and add it to the header? Or is there a more direct/faster way to do so?
UPDATE: API call wrapped in snippet works fine, pass in a document id and wherever the parser encounters the call, jumps to the other document.
Thanks