Forum Moderators: phranque
If a user asks for
www.example.com/directory
and the site's preferred nameform is example.com, then
getting them to
example.com/directory/
is two separate 301 redirects.
If A redirects to B and you now add a new redirect such that B redirects to C you should now go back and alter A so that it redirects directly to C.
This avoids the A -> B -> C redirection chain.