i want to point 2 domain in one hosting space i will point name server but i want to redirect both domain to different domain ... thanks and regards SK
This is very easy. Simply place the following line in your .htaccess file: Redirect http://www.old-domain.com http://www.new-domain.com Code (markup): Repeat for each old-domain that you want to redirect. For more information, see this tutorial.