You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Ari Miller <ar...@gmail.com> on 2007/12/13 22:42:58 UTC

Moved permanently (301) redirect

What is the best practice for sending a 301 redirect (
HttpServletResponse.SC_MOVED_PERMANENTLY) in Wicket?

I found the following discussion:
http://www.nabble.com/302-vs.-301-Redirect-td14156515.html
But no guidance as to best practice.

This explains how to send a 302 (Temporarily moved) redirect:
http://cwiki.apache.org/WICKET/how-to-redirect-to-an-external-non-wicket-page.html

Thanks,
Ari