Hi All,
Any one implemented page level 301 redirection in pre controllers? I got 302 Redirection successfully, Http302ForwardAction(new FullUrlTarget("targetUrl")) , but need to do 301.
I always do redirects at the Apache layer instead of in a precontroller. The request should go to the webserver first, can you code the redirects there ?