I have migrated a client's site from a different system, so am now trying to add some 301s to htaccess. Having looked at a few different posts, I have tried both the
Redirect 301 /old-link-html /new-link
and RewriteRule
approaches, but in each case I get redirected to /new-link?url=old-link, which in turn fires a 404.
Is there a way of doing this?