You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Ran Aker <ra...@gmail.com> on 2005/09/27 10:13:26 UTC

How to do an internal redirect using hivemind

Hi
i am trying to redirect an old url to a new one using hivemind.
i saw here http://www.theserverside.com/articles/article.tss?l=TSSTapestryan
example of doing that like this:

<redirect match-path="/news/thread.tss"
  query-string-pattern="thread_id=(\d+)"
         redirect-path="/tss?service=external/NewsThread&sp=l{1}"/>

this is exactly what i need, but i can't get it to work because i dont
know where to put this redirect tag.
hivemodule.xml??
inside a module tag in hivemodule.xml??

thanks
Ran