Search code examples
urlhttp-redirectopenacs

How do I do URL redirection in OpenACS / AOLServer?


We have a page with a form in OpenACS, and we'd like to redirect users to an external site/URL containing a totally different page/form.

How is it best done (on either the OpenACS-side or AOLServer-side)?


Solution

  • With OpenACS, here are some suggestions, starting with util_httppost:

    http://openacs.org/forums/message-view?message_id=17963

    I don't have privs to post more than one hyperlink, but inside this one there are links to other posts that discuss ns_returnredirect or just Javascript on the front end as a possible solution.