Ok so i have a blog at www.tinderbox-il.info. I also own www.tinderbox-il.com. What i want to do is to redirect all the people who enter the .com website to my .info blog. Can someone do a script for me. It should be a automatic redirect. Please and thank you, Inck
Best way to go to www.tinderbox-il.com/cpanel Domains -> Manage Redirect Domain -> Type Temporary (302) Permanent (301) http://(www.)? : www.tinderbox-il.com redirects to: www.tinderbox-il.info Select the radion button for (Redirect with or without www.) Click Add button That is it. You are done. Cheers
create a .htaccess file and insert: Redirect 301 / http://www.yournewsite.info/ upload it to the root of the site your redirecting from. there are many other ways also, but this is quick and easy.