Long story short. Site change means that some URL's that Google and other sites have are now slightly different to the ones they are now and so they get a 404. How can I set-up a redirect so that the old URL now points to the new one?
I've tried adding:
redirect 301 /old/old.htm
http://www.you.com/new.htmto my .htaccess but that's not working.
Is there anything else I can do?