[sword-devel] Icon bar and redirects. (new website)
Greg Hellings
greg.hellings at gmail.com
Thu Dec 11 12:34:57 MST 2008
On Thu, Dec 11, 2008 at 1:30 PM, Peter von Kaehne <refdoc at gmx.net> wrote:
> redirects - I have inserted HTML driven redirects but think it would be
> better to have this as a server directive like .htacess. Is there a way
> of doing this in Tomcat?
Use
response.sendRedirect("redirect://URL.here/to/a/page.html");
from JSPs.
--Greg
More information about the sword-devel
mailing list