In resin 3, the way to perform a HTTP 301 redirect was using the following resin tags:
> <rewrite-dispatch> > <moved-permanently regexp="^/redirectedPage.html" target="/test.html" /> > </rewrite-dispatch> I don't see an equivalent tag in Resin 4 documentation. How should this be implemented? I tried using the following tag, but I get an HTTP 302 redirect: > <resin:Redirect regexp='^/redirectedPage.html' target='/test.html'/> Thanks, Keith -- ----------------------------------------------------------------- Keith Fetterman Direct: 206-319-9434 Mariner Supply, Inc. 206-780-5670 http://www.go2marine.com [email protected] http://www.boatersline.com _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
