Redirecting a Web Folder Directory to another Directory in htaccess: "Redirecting within the same domain
Using htaccess in your root level of your web server, how you redirect one page to another is:
RewriteRule ^url-string-to-redirect$ http://www.yourdomain.com/your-new-url-string [R=301,L]"
'via Blog this'