.htaccess redirect set up
Use the following line below in your .htaccess file:
Redirect 301 /example/test.html http://<your-new-redirect-sites>
e.g = www.newdomain.com/example/newpage.html
“Redirect 301” for a permanent redirect.
“Redirect 302” for a temporary redirect.
By default the system will choose “Redirect 302”, if it is not otherwise specified.