I've moved my site to wordpress and some of my old index links don't work. I don't really want to loose incoming links and page rank. So ive read that I need to do a 301 redirect but not sure how. My site rawgrip http://www.google.co.uk/search?hl=e...:official&hs=gSL&q=squat+rx&btnG=Search&meta= New page http://www.rawgrip.com/squat-rx-video My coding experience is... lets say zero. Do I need to create a html page with the redirect code or do I smuch it somewhere in wordpress?
With Apache, you can include 301 redirects in a .htaccess file. EX Line: .htaccess redirect 301 /Squat-Rx-video.html http://www.rawgrip.com/squat-rx-video Code (markup): Something like that should work.