In case you want to redirect a URL on URL domain to your subdomain or another URL , There are many ways you can do it
Technique 1
-
Open the file .htAccess file present in /public_html/yourDomain folder using an ftp client .
-
Add an entry in it as follows :Redirect 301 /oldPath http://www.subdomain.yourdomain.com/
-
To move the entire site : Use this Redirect 301 / http://www.example.com/
-
Save the file , And upload it again . Make sure that you upload it in ASCII mode.
» Read more: How to redirect a page to a subdomain ?



