Redirecting from an old URL to a new one
Sometimes, it is necessary to moves the files or somehow change the URL of a page. To help SEO, help prevent link rot and in general be of assistance to your site's visitors, it is important to not let the old URLs become dead links. This is easy using a few lines in your .htaccess file. If you have access to Apache's httpd.con, you can place the redirects there.…