htaccess 301 Redirect
Here's an easy way to simply redirect an old URL on your site to a new URL on your site.
- Open your .htaccess File to edit
- Place each redirect snippet on a single line at the bottom of your file
- Upload your new .htaccess 301 redirect file to the root on your server
Redirect 301 /my/old/url/ http://www.example.com/new/url/here/ #301 redirect to second url